Compare commits

...

1 Commits

Author SHA1 Message Date
65beed8f46 Update dependency org.junit.jupiter:junit-jupiter to v5.13.2 2025-06-24 13:48:59 +00:00

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.1")
}