diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts index a7c8436..1953f55 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -78,7 +78,7 @@ dependencies { implementation("org.bouncycastle:bcpkix-jdk18on:1.80") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.2") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.5") } java { diff --git a/integrationtest/build.gradle.kts b/integrationtest/build.gradle.kts index 493e330..cd53dc9 100644 --- a/integrationtest/build.gradle.kts +++ b/integrationtest/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { testImplementation(libs.slf4j) testRuntimeOnly(libs.logback) testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.2") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.5") } tasks.check.get().shouldRunAfter(project(":engine").tasks.check)