Skip to content

Commit 8ae894d

Browse files
committed
Update junit5 monorepo
1 parent bbb3736 commit 8ae894d

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
@@ -79,8 +79,8 @@ subprojects {
7979

8080
dependencies {
8181
// Tests
82-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
83-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.3")
82+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
83+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.0")
8484
}
8585

8686
plugins.withId("java") {

0 commit comments

Comments
 (0)