diff --git a/build.gradle b/build.gradle index e5f1898..ffbb3a2 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ allprojects { compileOnly(annotationProcessor("org.projectlombok:lombok:1.18.36")) testCompileOnly "com.google.code.findbugs:jsr305:3.0.2" - testImplementation(platform("org.junit:junit-bom:5.11.3")) + testImplementation(platform("org.junit:junit-bom:5.11.4")) testImplementation "org.junit.jupiter:junit-jupiter" testRuntimeOnly "org.junit.platform:junit-platform-launcher" testCompileOnly(testAnnotationProcessor("org.projectlombok:lombok:1.18.36"))