Update junit5 monorepo

This commit is contained in:
renovate[bot] 2024-10-04 16:28:06 +00:00
parent fecf8104e9
commit 003898f6a7

View File

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