We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8797bec commit 6766fbcCopy full SHA for 6766fbc
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.0"))
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0")
23
24
25
tasks {
0 commit comments