File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66dependencies {
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}
You can’t perform that action at this time.
0 commit comments