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 bbb3736 commit 8ae894dCopy full SHA for 8ae894d
build.gradle.kts
@@ -79,8 +79,8 @@ subprojects {
79
80
dependencies {
81
// Tests
82
- testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
83
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.3")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.0")
84
}
85
86
plugins.withId("java") {
0 commit comments