Skip to content

Commit e890ed4

Browse files
fix(deps): update junit-framework monorepo
1 parent 2a58fb1 commit e890ed4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ dependencies {
2525
compileOnly(gradleApi())
2626
testImplementation(gradleTestKit())
2727

28-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
29-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
30-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
31-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
32-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
28+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.14.0")
29+
testImplementation("org.junit.jupiter:junit-jupiter:5.14.0")
30+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.14.0")
31+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.14.0")
32+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.14.0")
3333

3434
testImplementation("org.assertj:assertj-core:3.27.3")
3535
testImplementation("org.cthing:assertj-gradle:3.0.0")

0 commit comments

Comments
 (0)