diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts index 183b72d4..8a7f1b0f 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -85,7 +85,7 @@ dependencies { implementation("org.bouncycastle:bcpkix-jdk15on:1.70") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.12.18") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.12.19") } java { diff --git a/integrationtest/build.gradle.kts b/integrationtest/build.gradle.kts index 8f5a48fe..d2272249 100644 --- a/integrationtest/build.gradle.kts +++ b/integrationtest/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.3") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") - testRuntimeOnly("net.bytebuddy:byte-buddy:1.12.18") + testRuntimeOnly("net.bytebuddy:byte-buddy:1.12.19") } tasks.check.get().shouldRunAfter(project(":engine").tasks.check)