Skip to content

Commit

Permalink
Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and gesellix committed Sep 7, 2024
1 parent 6ae4296 commit c622eab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val dependencyVersions = listOf(
"net.bytebuddy:byte-buddy:1.15.1",
"net.bytebuddy:byte-buddy-agent:1.15.1",
"org.apache.commons:commons-compress:1.27.1",
"org.apache.commons:commons-lang3:3.16.0",
"org.apache.commons:commons-lang3:3.17.0",
"org.codehaus.groovy:groovy:3.0.22",
"org.codehaus.groovy:groovy-json:3.0.22",
"org.apache.groovy:groovy:4.0.22",
Expand Down
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
testRuntimeOnly("org.objenesis:objenesis:3.4")
testImplementation("io.github.joke:spock-mockable:2.3.0")

testImplementation("org.apache.commons:commons-lang3:3.16.0")
testImplementation("org.apache.commons:commons-lang3:3.17.0")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
testRuntimeOnly("org.objenesis:objenesis:3.4")
testImplementation("io.github.joke:spock-mockable:2.3.0")

testImplementation("org.apache.commons:commons-lang3:3.16.0")
testImplementation("org.apache.commons:commons-lang3:3.17.0")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
// testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.1")
testImplementation("org.apache.commons:commons-lang3:3.16.0")
testImplementation("org.apache.commons:commons-lang3:3.17.0")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
}

Expand Down

0 comments on commit c622eab

Please sign in to comment.