diff --git a/build.gradle.kts b/build.gradle.kts index 7bb2222d..d7d7a4c0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ val dependencyVersions = listOf( "net.bytebuddy:byte-buddy:1.15.0", "net.bytebuddy:byte-buddy-agent:1.15.0", "org.apache.commons:commons-compress:1.27.1", - "org.apache.commons:commons-lang3:3.15.0", + "org.apache.commons:commons-lang3:3.16.0", "org.codehaus.groovy:groovy:3.0.22", "org.codehaus.groovy:groovy-json:3.0.22", "org.apache.groovy:groovy:4.0.22", diff --git a/client-groovy4/build.gradle.kts b/client-groovy4/build.gradle.kts index 9888fb5d..a12b3f3d 100644 --- a/client-groovy4/build.gradle.kts +++ b/client-groovy4/build.gradle.kts @@ -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.15.0") + testImplementation("org.apache.commons:commons-lang3:3.16.0") } java { diff --git a/client/build.gradle.kts b/client/build.gradle.kts index a0570a0a..15d277e0 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -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.15.0") + testImplementation("org.apache.commons:commons-lang3:3.16.0") } java { diff --git a/integration-test/build.gradle.kts b/integration-test/build.gradle.kts index b237f2c3..f44c39d9 100644 --- a/integration-test/build.gradle.kts +++ b/integration-test/build.gradle.kts @@ -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.0") - testImplementation("org.apache.commons:commons-lang3:3.15.0") + testImplementation("org.apache.commons:commons-lang3:3.16.0") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14") }