Update junit5 monorepo

This commit is contained in:
renovate[bot] 2024-09-25 08:21:05 +00:00
parent 5525085e6d
commit 0832656a12

View File

@ -79,8 +79,8 @@ subprojects {
dependencies {
// Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.1")
}
plugins.withId("java") {