Update dependency org.junit.platform:junit-platform-launcher to v1.13.2 (#4680)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-24 13:51:13 +00:00
committed by GitHub
parent f471c02330
commit 97989face1

View File

@ -70,7 +70,7 @@ subprojects {
dependencies { dependencies {
// Tests // Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.13.1") testImplementation("org.junit.jupiter:junit-jupiter:5.13.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2")
} }
plugins.withId("java") { plugins.withId("java") {