diff --git a/server/build.gradle b/server/build.gradle index 0d8a560b..d465cfc2 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.3" - testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.7" + testRuntimeOnly "net.bytebuddy:byte-buddy:1.15.10" testRuntimeOnly "org.objenesis:objenesis:3.4" testImplementation "io.micronaut:micronaut-inject-groovy"