Skip to content

Commit e7489dc

Browse files
committed
Bump JUnit to 6.0.0
1 parent 85f4c3f commit e7489dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
// JSR305, for javax.annotation
3333
implementation("com.google.code.findbugs:jsr305:3.0.2")
3434

35-
testImplementation(platform("org.junit:junit-bom:5.13.0"))
35+
testImplementation(platform("org.junit:junit-bom:6.0.0"))
3636
testImplementation("org.junit.jupiter:junit-jupiter")
3737
testImplementation("org.junit.platform:junit-platform-suite")
3838
}

integration-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
dependencies {
7-
testImplementation(platform("org.junit:junit-bom:5.13.0"))
7+
testImplementation(platform("org.junit:junit-bom:6.0.0"))
88
testImplementation("org.junit.jupiter:junit-jupiter")
99
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1010
}

0 commit comments

Comments
 (0)