Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 2619058

Browse files
Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 (#379)
Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e21db86 commit 2619058

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
val dependencyVersions = listOf(
15-
"org.apache.commons:commons-lang3:3.16.0",
15+
"org.apache.commons:commons-lang3:3.17.0",
1616
"org.jetbrains:annotations:24.1.0",
1717
"junit:junit:4.13.2"
1818
)

engine/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
7878

7979
implementation("org.apache.commons:commons-compress:1.27.1")
80-
testImplementation("org.apache.commons:commons-lang3:3.16.0")
80+
testImplementation("org.apache.commons:commons-lang3:3.17.0")
8181

8282
implementation("de.gesellix:docker-filesocket:2024-07-23T22-35-00")
8383
testImplementation("de.gesellix:testutil:2024-08-24T11-10-00")

0 commit comments

Comments
 (0)