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 9acaa9c commit 3ec7e99Copy full SHA for 3ec7e99
build.gradle.kts
@@ -69,8 +69,8 @@ subprojects {
69
70
dependencies {
71
// Tests
72
- testImplementation("org.junit.jupiter:junit-jupiter:5.13.2")
73
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.3")
74
}
75
76
plugins.withId("java") {
0 commit comments