Skip to content

Commit 1e93a9b

Browse files
Merge pull request #41 from o7studios/renovate/major-junit-framework-monorepo
fix(deps): update junit-framework monorepo to v6 (major)
2 parents 2a58fb1 + 333c75f commit 1e93a9b

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:6.0.1")
29+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
30+
testImplementation("org.junit.jupiter:junit-jupiter-params:6.0.1")
31+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1")
32+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.1")
3333

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

0 commit comments

Comments
 (0)