Skip to content

Commit 711fba0

Browse files
Update junit5 monorepo (#4662)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 671a27f commit 711fba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ subprojects {
6969

7070
dependencies {
7171
// Tests
72-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
73-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2")
72+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.0")
73+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0")
7474
}
7575

7676
plugins.withId("java") {

0 commit comments

Comments
 (0)