We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bd40d commit aac93c3Copy full SHA for aac93c3
build.gradle.kts
@@ -13,9 +13,9 @@ repositories {
13
}
14
15
dependencies {
16
- testImplementation(platform("org.junit:junit-bom:5.11.2"))
17
- testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
18
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
+ testImplementation(platform("org.junit:junit-bom:5.12.0"))
+ testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.0")
19
20
21
tasks {
0 commit comments