We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df9a0e8 + 24d924e commit cdb4d4eCopy full SHA for cdb4d4e
build.gradle.kts
@@ -55,7 +55,7 @@ repositories {
55
}
56
57
dependencies {
58
- testImplementation(platform("org.junit:junit-bom:5.10.0"))
+ testImplementation(platform("org.junit:junit-bom:6.0.0"))
59
testImplementation("org.junit.jupiter:junit-jupiter")
60
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
61
errorprone("com.google.errorprone:error_prone_core:2.42.0")
0 commit comments