Skip to content

Commit fdd365c

Browse files
Update junit5 monorepo
1 parent 06bd40d commit fdd365c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ repositories {
1313
}
1414

1515
dependencies {
16-
testImplementation(platform("org.junit:junit-bom:5.11.2"))
17-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
18-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.2")
16+
testImplementation(platform("org.junit:junit-bom:5.11.3"))
17+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
18+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.3")
1919
}
2020

2121
tasks {

0 commit comments

Comments
 (0)