Update junit-framework monorepo to v6.0.1 (#4788)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-03 03:10:37 +00:00
committed by GitHub
parent df15203f2b
commit ca4e3bffb1

View File

@@ -73,8 +73,8 @@ subprojects {
dependencies { dependencies {
// Tests // Tests
testImplementation("org.junit.jupiter:junit-jupiter:6.0.0") testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0") testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
} }
plugins.withId("java") { plugins.withId("java") {