diff --git a/build.gradle.kts b/build.gradle.kts index 31ba2df4..4e11ab6d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { val dependencyVersions = listOf( "com.squareup.okio:okio-jvm:3.9.1", - "net.bytebuddy:byte-buddy:1.15.10", + "net.bytebuddy:byte-buddy:1.15.11", "net.bytebuddy:byte-buddy-agent:1.15.11", "org.apache.commons:commons-compress:1.27.1", "org.apache.commons:commons-lang3:3.17.0", diff --git a/client-groovy4/build.gradle.kts b/client-groovy4/build.gradle.kts index ee34a80c..2897aa32 100644 --- a/client-groovy4/build.gradle.kts +++ b/client-groovy4/build.gradle.kts @@ -124,7 +124,7 @@ dependencies { testImplementation("org.junit.platform:junit-platform-launcher:1.11.4") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.10") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.11") testRuntimeOnly("org.objenesis:objenesis:3.4") testImplementation("io.github.joke:spock-mockable:2.3.0") diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 1f2df830..e4bfcae4 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -124,7 +124,7 @@ dependencies { testImplementation("org.junit.platform:junit-platform-launcher:1.11.4") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.10") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.11") testRuntimeOnly("org.objenesis:objenesis:3.4") testImplementation("io.github.joke:spock-mockable:2.3.0") diff --git a/explore/build.gradle.kts b/explore/build.gradle.kts index 083ade03..4bfe65c9 100644 --- a/explore/build.gradle.kts +++ b/explore/build.gradle.kts @@ -71,7 +71,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.10") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.11") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14") } diff --git a/integration-test/build.gradle.kts b/integration-test/build.gradle.kts index 98d0c92a..0ee92d86 100644 --- a/integration-test/build.gradle.kts +++ b/integration-test/build.gradle.kts @@ -90,7 +90,7 @@ dependencies { testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)") 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.10") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.11") testImplementation("org.apache.commons:commons-lang3:3.17.0") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14") }