Skip to content

Commit

Permalink
Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.15.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 Jul 28, 2024
1 parent aaec7a7 commit 271ae06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.14.0")
testImplementation("org.apache.commons:commons-lang3:3.15.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.14.0")
testImplementation("org.apache.commons:commons-lang3:3.15.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.14.18")
testImplementation("org.apache.commons:commons-lang3:3.14.0")
testImplementation("org.apache.commons:commons-lang3:3.15.0")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
}

Expand Down

0 comments on commit 271ae06

Please sign in to comment.