Skip to content

Commit bbc0d7f

Browse files
authored
Merge pull request #12 from EEWBot/renovate/junit5-monorepo
Update junit5 monorepo
2 parents 622bd37 + ad07b43 commit bbc0d7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
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.12.2"))
17+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
18+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2")
1919
}
2020

2121
tasks {

0 commit comments

Comments
 (0)