From 6bb4d35d08b8964d75f8ebbd57e6bf1ca8e942b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 11:35:21 +0000 Subject: [PATCH] Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 Bumps org.apache.commons:commons-lang3 from 3.15.0 to 3.16.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] --- build.gradle.kts | 2 +- client-groovy4/build.gradle.kts | 2 +- client/build.gradle.kts | 2 +- integration-test/build.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c8a52aaa..8e2eb2da 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ val dependencyVersions = listOf( "net.bytebuddy:byte-buddy:1.14.19", "net.bytebuddy:byte-buddy-agent:1.14.19", "org.apache.commons:commons-compress:1.26.2", - "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 bf7f93d5..136f534e 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 2fd037c5..b56239ea 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 9c03a53b..878fd3ac 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.14.19") - 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") }