Update dependency org.junit.jupiter:junit-jupiter to v5.13.2 (#4679)

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

View File

@ -69,7 +69,7 @@ subprojects {
dependencies {
// 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.2")
}