We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents 2b1df33 + 0eeba55 commit 5da2252Copy full SHA for 5da2252
build.gradle
@@ -30,7 +30,7 @@ subprojects {
30
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
31
32
testImplementation "com.google.code.findbugs:jsr305:3.0.2"
33
- testImplementation(platform("org.junit:junit-bom:5.12.0"))
+ testImplementation(platform("org.junit:junit-bom:5.12.1"))
34
testImplementation "org.junit.jupiter:junit-jupiter"
35
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
36
}
0 commit comments