We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56c6cb2 + f4cc4fa commit b6822a7Copy full SHA for b6822a7
build.gradle.kts
@@ -17,9 +17,9 @@ repositories {
17
}
18
19
dependencies {
20
- testImplementation(platform("org.junit:junit-bom:5.13.0"))
21
- testImplementation("org.junit.jupiter:junit-jupiter:5.13.0")
22
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0")
+ testImplementation(platform("org.junit:junit-bom:6.0.1"))
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
23
24
25
tasks {
0 commit comments