Update junit5 monorepo (#4553)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-16 15:52:35 +00:00 committed by GitHub
parent bc4e2c51da
commit a5af3a9d16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,8 +79,8 @@ subprojects {
dependencies { dependencies {
// Tests // Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3") testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4")
} }
plugins.withId("java") { plugins.withId("java") {