We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4e2c5 commit a5af3a9Copy full SHA for a5af3a9
build.gradle.kts
@@ -79,8 +79,8 @@ subprojects {
79
80
dependencies {
81
// Tests
82
- testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
83
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4")
84
}
85
86
plugins.withId("java") {
0 commit comments