diff --git a/build.gradle.kts b/build.gradle.kts index 095721b6..087b699c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,8 +8,8 @@ plugins { val dependencyVersions = listOf( "com.squareup.okio:okio-jvm:3.6.0", - "net.bytebuddy:byte-buddy:1.14.8", - "net.bytebuddy:byte-buddy-agent:1.14.8", + "net.bytebuddy:byte-buddy:1.14.9", + "net.bytebuddy:byte-buddy-agent:1.14.9", "org.apache.commons:commons-compress:1.24.0", "org.codehaus.groovy:groovy:3.0.19", "org.jetbrains:annotations:24.0.1", diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 0eec8df3..dd8f06ee 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -124,7 +124,7 @@ dependencies { testImplementation("org.junit.platform:junit-platform-launcher:1.10.0") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.8") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.9") 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 51873080..47a2ea46 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.11") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.8") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.9") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11") } diff --git a/integration-test/build.gradle.kts b/integration-test/build.gradle.kts index c0f58a79..9d77f968 100644 --- a/integration-test/build.gradle.kts +++ b/integration-test/build.gradle.kts @@ -88,7 +88,7 @@ dependencies { testImplementation("de.gesellix:docker-registry:2023-10-03T20-58-00") testImplementation("de.gesellix:testutil:[2023-09-01T01-01-01,)") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.8") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.9") testImplementation("org.apache.commons:commons-lang3:3.13.0") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8") }