File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
2626 compileOnlyApi(" com.google.code.gson:gson:2.13.2" )
2727 testImplementation(" com.google.code.gson:gson:2.13.2" )
2828
29- testImplementation(platform(" org.junit:junit-bom:5.14.0 " ))
29+ testImplementation(platform(" org.junit:junit-bom:5.14.1-SNAPSHOT " ))
3030 testImplementation(" org.junit.jupiter:junit-jupiter" )
3131 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
3232}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333 testImplementation(" net.kyori:adventure-text-minimessage:4.26.0-SNAPSHOT" )
3434 testImplementation(" org.junit.jupiter:junit-jupiter" )
3535 testImplementation(" org.slf4j:slf4j-simple:2.1.0-alpha1" )
36- testImplementation(platform(" org.junit:junit-bom:5.14.0 " ))
36+ testImplementation(platform(" org.junit:junit-bom:5.14.1-SNAPSHOT " ))
3737 testImplementation(project(" :files" ))
3838 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
3939}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727
2828 testImplementation(project(" :files" ))
2929
30- testImplementation(platform(" org.junit:junit-bom:5.14.0 " ))
30+ testImplementation(platform(" org.junit:junit-bom:5.14.1-SNAPSHOT " ))
3131 testImplementation(" org.junit.jupiter:junit-jupiter" )
3232 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
3333}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
2424 compileOnly(" org.jspecify:jspecify:1.0.0" )
2525 compileOnly(" org.jetbrains:annotations:26.0.2-1" )
2626
27- testImplementation(platform(" org.junit:junit-bom:5.14.0 " ))
27+ testImplementation(platform(" org.junit:junit-bom:5.14.1-SNAPSHOT " ))
2828 testImplementation(" org.junit.jupiter:junit-jupiter" )
2929 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
3030}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727
2828 testCompileOnly(" org.jspecify:jspecify:1.0.0" )
2929
30- testImplementation(platform(" org.junit:junit-bom:5.14.0 " ))
30+ testImplementation(platform(" org.junit:junit-bom:5.14.1-SNAPSHOT " ))
3131 testImplementation(" org.junit.jupiter:junit-jupiter" )
3232 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
3333}
You can’t perform that action at this time.
0 commit comments