We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 622bd37 + ad07b43 commit bbc0d7fCopy full SHA for bbc0d7f
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.2"))
+ testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2")
19
20
21
tasks {
0 commit comments