diff --git a/build.gradle b/build.gradle index ea3fc1480..7b450a825 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ subprojects { testCompileOnly("org.projectlombok:lombok:1.18.8") annotationProcessor("org.projectlombok:lombok:1.18.8") testAnnotationProcessor("org.projectlombok:lombok:1.18.8") - testImplementation("junit:junit:4.12") + testImplementation("junit:junit:4.13") } configurations.all {