Skip to content

Commit 6766fbc

Browse files
Update junit-framework monorepo to v6
1 parent 8797bec commit 6766fbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ repositories {
1717
}
1818

1919
dependencies {
20-
testImplementation(platform("org.junit:junit-bom:5.13.0"))
21-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.0")
22-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0")
20+
testImplementation(platform("org.junit:junit-bom:6.0.0"))
21+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.0")
22+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0")
2323
}
2424

2525
tasks {

0 commit comments

Comments
 (0)