File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 testImplementation(" com.google.code.gson:gson:2.14.0" )
2929
3030 testImplementation(" org.junit.jupiter:junit-jupiter" )
31- testImplementation(platform(" org.junit:junit-bom:6.1.0-RC1 " ))
31+ testImplementation(platform(" org.junit:junit-bom:6.1.1 " ))
3232 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
3333}
3434
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.1.0" )
2626
27- testImplementation(platform(" org.junit:junit-bom:6.1.0-RC1 " ))
27+ testImplementation(platform(" org.junit:junit-bom:6.1.1 " ))
2828 testImplementation(" org.junit.jupiter:junit-jupiter" )
2929 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
3030}
You can’t perform that action at this time.
0 commit comments