Skip to content

Commit 9118ed5

Browse files
renovate[bot]jGleitz
authored andcommitted
chore(deps): update junit-framework monorepo to v6
1 parent 39793a4 commit 9118ed5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ repositories {
2020

2121
dependencies {
2222
testImplementation("ch.tutteli.atrium:atrium-fluent:1.2.0")
23-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.1")
24-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.1")
23+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.1")
24+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
2525

2626
constraints {
2727
testImplementation(kotlin("reflect", KotlinVersion.CURRENT.toString()))
2828
}
2929

30-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.1")
31-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.1")
30+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
31+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1")
3232
}
3333

3434
val compilationTargetJavaVersion = JavaLanguageVersion.of(11)

0 commit comments

Comments
 (0)