diff --git a/server/build.gradle b/server/build.gradle index c0b7f5c7..49a92d2a 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -69,7 +69,7 @@ dependencies { runtimeOnly "org.flywaydb:flyway-database-postgresql" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.11.2" - testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.18" + testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.3" testRuntimeOnly "org.objenesis:objenesis:3.4" testImplementation "io.micronaut:micronaut-inject-groovy"