Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
1658d7dda0 Update junit-framework monorepo 2025-10-06 03:12:56 +00:00

View File

@@ -67,8 +67,8 @@ subprojects {
dependencies { dependencies {
// Tests // Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4") testImplementation("org.junit.jupiter:junit-jupiter:5.14.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.0")
} }
plugins.withId("java") { plugins.withId("java") {