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 641e384 commit dcf5a7dCopy full SHA for dcf5a7d
build.gradle.kts
@@ -79,8 +79,8 @@ subprojects {
79
80
dependencies {
81
// Tests
82
- testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
83
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3")
84
}
85
86
plugins.withId("java") {
0 commit comments