Skip to content

Commit 89fe41c

Browse files
Update junit5 monorepo to v5.13.0
1 parent f710638 commit 89fe41c

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
@@ -18,8 +18,8 @@ repositories {
1818
}
1919

2020
dependencies {
21-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
22-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
21+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.0")
22+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.0")
2323
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2424

2525
testImplementation("org.scalatest:scalatest_3:3.2.17")

0 commit comments

Comments
 (0)