Merge remote-tracking branch 'origin/dependabot/gradle/v4/junit-junit-4.13' into v4

This commit is contained in:
NotMyFault 2020-01-10 19:06:22 +01:00
commit 6fe856c002

View File

@ -87,7 +87,7 @@ subprojects {
testCompileOnly("org.projectlombok:lombok:1.18.8") testCompileOnly("org.projectlombok:lombok:1.18.8")
annotationProcessor("org.projectlombok:lombok:1.18.8") annotationProcessor("org.projectlombok:lombok:1.18.8")
testAnnotationProcessor("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 { configurations.all {