diff --git a/build.gradle.kts b/build.gradle.kts index f36e14f0..bc4b7fa1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { val dependencyVersions = listOf( "com.squareup.okio:okio-jvm:3.3.0", - "net.bytebuddy:byte-buddy:1.14.1", + "net.bytebuddy:byte-buddy:1.14.2", "net.bytebuddy:byte-buddy-agent:1.14.2", "org.apache.commons:commons-compress:1.22", "org.codehaus.groovy:groovy:3.0.15", diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 8ea4dc51..78979084 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -124,7 +124,7 @@ dependencies { testImplementation("org.junit.platform:junit-platform-launcher:1.9.2") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.1") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.2") testRuntimeOnly("org.objenesis:objenesis:3.3") testImplementation("io.github.joke:spock-mockable:2.3.0") diff --git a/explore/build.gradle.kts b/explore/build.gradle.kts index 2cf095a0..887bd797 100644 --- a/explore/build.gradle.kts +++ b/explore/build.gradle.kts @@ -57,7 +57,7 @@ dependencies { runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.5") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.1") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.2") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.5") } diff --git a/integration-test/build.gradle.kts b/integration-test/build.gradle.kts index 7fd7f723..8e4cecb1 100644 --- a/integration-test/build.gradle.kts +++ b/integration-test/build.gradle.kts @@ -88,7 +88,7 @@ dependencies { testImplementation("de.gesellix:docker-registry:2023-03-12T23-42-00") testImplementation("de.gesellix:testutil:[2022-12-01T01-01-01,)") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.1") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.2") testImplementation("org.apache.commons:commons-lang3:3.12.0") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.5") }