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