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.
1 parent de8bf0c commit 6d1da03Copy full SHA for 6d1da03
1 file changed
build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
//annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
32
//testAnnotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0")
33
34
- testImplementation(platform("org.junit:junit-bom:5.11.0"))
+ testImplementation(platform("org.junit:junit-bom:6.0.3"))
35
testImplementation("org.junit.jupiter:junit-jupiter")
36
}
37
0 commit comments