diff --git a/server/build.gradle b/server/build.gradle index a29e4eae..5ae80c3b 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -70,7 +70,7 @@ dependencies { runtimeOnly "org.flywaydb:flyway-database-postgresql" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2" - testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.16" + testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.17" testRuntimeOnly "org.objenesis:objenesis:3.4" testImplementation "io.micronaut:micronaut-inject-groovy"