diff --git a/build.gradle b/build.gradle index 36cf41d..ae10309 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ subprojects { annotationProcessor(compileOnly("org.projectlombok:lombok:1.18.34")) compileOnly "org.jetbrains:annotations:25.0.0" - testImplementation platform('org.junit:junit-bom:5.11.1') + testImplementation platform('org.junit:junit-bom:5.11.4') testImplementation 'org.junit.jupiter:junit-jupiter' testAnnotationProcessor(testCompileOnly("org.projectlombok:lombok:1.18.34")) }