We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17f556 commit 3148c51Copy full SHA for 3148c51
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.13.1"))
+ testImplementation(platform("org.junit:junit-bom:5.13.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.13.1"))
+ api(platform("org.junit:junit-bom:5.13.3"))
implementation("org.junit.jupiter:junit-jupiter")
0 commit comments