Skip to content

Commit 6f0fa19

Browse files
Update junit5 monorepo (#4667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b69245 commit 6f0fa19

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.13.0")
73-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0")
72+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.1")
73+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.1")
7474
}
7575

7676
plugins.withId("java") {

0 commit comments

Comments
 (0)