Update dependency org.junit.jupiter:junit-jupiter to v5.13.2

This commit is contained in:
renovate[bot]
2025-06-24 13:48:59 +00:00
committed by GitHub
parent f471c02330
commit 65beed8f46

View File

@ -69,7 +69,7 @@ subprojects {
dependencies { dependencies {
// Tests // Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.13.1") testImplementation("org.junit.jupiter:junit-jupiter:5.13.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1")
} }