Skip to content

Commit a5af3a9

Browse files
Update junit5 monorepo (#4553)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc4e2c5 commit a5af3a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ subprojects {
7979

8080
dependencies {
8181
// Tests
82-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
83-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3")
82+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
83+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.4")
8484
}
8585

8686
plugins.withId("java") {

0 commit comments

Comments
 (0)