Skip to content

Commit 06bd40d

Browse files
authored
Merge pull request #11 from EEWBot/renovate/junit5-monorepo
Update junit5 monorepo
2 parents 7416c1f + e5ed406 commit 06bd40d

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.1"))
17-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
18-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.1")
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")
1919
}
2020

2121
tasks {

0 commit comments

Comments
 (0)