Skip to content

Commit dcf5a7d

Browse files
committed
Update junit5 monorepo
1 parent 641e384 commit dcf5a7d

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.11.2")
83-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
82+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
83+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3")
8484
}
8585

8686
plugins.withId("java") {

0 commit comments

Comments
 (0)