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 671a27f commit 711fba0Copy full SHA for 711fba0
build.gradle.kts
@@ -69,8 +69,8 @@ subprojects {
69
70
dependencies {
71
// Tests
72
- testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
73
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.13.0")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0")
74
}
75
76
plugins.withId("java") {
0 commit comments