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 1c16f69 commit 9196a2cCopy full SHA for 9196a2c
2 files changed
build.gradle.kts
@@ -26,7 +26,7 @@ repositories {
26
27
dependencies {
28
// JUnit 5 test discovery
29
- implementation("org.junit.platform:junit-platform-launcher:1.13.2")
+ implementation("org.junit.platform:junit-platform-launcher:1.13.3")
30
31
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.8")
32
}
example-projects/junit5-gradle/build.gradle.kts
@@ -15,7 +15,7 @@ repositories {
15
16
17
18
- testImplementation(platform("org.junit:junit-bom:5.13.2"))
+ testImplementation(platform("org.junit:junit-bom:5.13.3"))
19
testImplementation("org.junit.jupiter:junit-jupiter")
20
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
21
0 commit comments