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 {
26
26
compileOnlyApi(" com.google.code.gson:gson:2.13.2" )
27
27
testImplementation(" com.google.code.gson:gson:2.13.2" )
28
28
29
- testImplementation(platform(" org.junit:junit-bom:5.14.0 " ))
29
+ testImplementation(platform(" org.junit:junit-bom:5.14.1-SNAPSHOT " ))
30
30
testImplementation(" org.junit.jupiter:junit-jupiter" )
31
31
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
32
32
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
33
33
testImplementation(" net.kyori:adventure-text-minimessage:4.25.0-SNAPSHOT" )
34
34
testImplementation(" org.junit.jupiter:junit-jupiter" )
35
35
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 " ))
37
37
testImplementation(project(" :files" ))
38
38
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
39
39
}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
28
28
testImplementation(project(" :files" ))
29
29
30
- testImplementation(platform(" org.junit:junit-bom:5.14.0 " ))
30
+ testImplementation(platform(" org.junit:junit-bom:5.14.1-SNAPSHOT " ))
31
31
testImplementation(" org.junit.jupiter:junit-jupiter" )
32
32
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
33
33
}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
24
24
compileOnly(" org.jspecify:jspecify:1.0.0" )
25
25
compileOnly(" org.jetbrains:annotations:26.0.2-1" )
26
26
27
- testImplementation(platform(" org.junit:junit-bom:5.14.0 " ))
27
+ testImplementation(platform(" org.junit:junit-bom:5.14.1-SNAPSHOT " ))
28
28
testImplementation(" org.junit.jupiter:junit-jupiter" )
29
29
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
30
30
}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
28
28
testCompileOnly(" org.jspecify:jspecify:1.0.0" )
29
29
30
- testImplementation(platform(" org.junit:junit-bom:5.14.0 " ))
30
+ testImplementation(platform(" org.junit:junit-bom:5.14.1-SNAPSHOT " ))
31
31
testImplementation(" org.junit.jupiter:junit-jupiter" )
32
32
testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
33
33
}
You can’t perform that action at this time.
0 commit comments