Skip to content

Commit 8439c98

Browse files
fix(deps): update junit-framework monorepo (#224)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 05870e4 commit 8439c98

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-cc-en_GB-robstoll:0.15.0")
23-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.2")
24-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.7.2")
23+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.1")
24+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.1")
2525

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

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

3434
val compilationTargetJavaVersion = JavaLanguageVersion.of(8)

0 commit comments

Comments
 (0)