1 parent 14c2d57 commit 2a3df78Copy full SHA for 2a3df78
2 files changed
buildSrc/src/main/kotlin/build.test-junit5.gradle.kts
@@ -22,7 +22,7 @@ plugins {
22
}
23
24
dependencies {
25
- testImplementation(platform("org.junit:junit-bom:5.14.4"))
+ testImplementation(platform("org.junit:junit-bom:6.0.3"))
26
testImplementation("org.junit.jupiter:junit-jupiter")
27
testImplementation("org.junit.jupiter:junit-jupiter-api")
28
testImplementation("org.junit.jupiter:junit-jupiter-params")
testkit/build.gradle.kts
@@ -22,6 +22,6 @@ plugins {
api(gradleTestKit())
- api(platform("org.junit:junit-bom:5.14.4"))
+ api(platform("org.junit:junit-bom:6.0.3"))
implementation("org.junit.jupiter:junit-jupiter")
0 commit comments