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 f4df4fc commit e33e0efCopy full SHA for e33e0ef
build.gradle.kts
@@ -73,8 +73,8 @@ subprojects {
73
74
dependencies {
75
// Tests
76
- testImplementation("org.junit.jupiter:junit-jupiter:6.0.2")
77
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:6.0.3")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
78
}
79
80
plugins.withId("java") {
0 commit comments