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 cb38aee commit 438f1d9Copy full SHA for 438f1d9
build.gradle.kts
@@ -67,8 +67,8 @@ subprojects {
67
68
dependencies {
69
// Tests
70
- testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
71
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.3")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
72
}
73
74
plugins.withId("java") {
0 commit comments