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 @@ -27,7 +27,7 @@ subprojects {
2727 implementation(" org.jetbrains:annotations:24.1.0" )
2828
2929 /* * Test dependencies **/
30- testImplementation(platform(" org.junit:junit-bom:5.10.2 " ))
30+ testImplementation(platform(" org.junit:junit-bom:5.12.0 " ))
3131 testImplementation(" org.junit.jupiter:junit-jupiter" )
3232 testImplementation(" org.assertj:assertj-core:3.26.0" )
3333 testImplementation(" org.projectlombok:lombok:1.18.34" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
99dependencies {
1010 implementation(project(" :common" ))
1111
12- implementation(platform(" org.junit:junit-bom:5.10.2 " ))
12+ implementation(platform(" org.junit:junit-bom:5.12.0 " ))
1313 implementation(" org.junit.jupiter:junit-jupiter" )
1414 implementation(" org.assertj:assertj-core:3.26.0" )
1515 implementation(" org.reflections:reflections:0.10.2" )
You can’t perform that action at this time.
0 commit comments