File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ subprojects {
27
27
implementation(" org.jetbrains:annotations:24.1.0" )
28
28
29
29
/* * Test dependencies **/
30
- testImplementation(platform(" org.junit:junit-bom:5.10.2 " ))
30
+ testImplementation(platform(" org.junit:junit-bom:5.12.1 " ))
31
31
testImplementation(" org.junit.jupiter:junit-jupiter" )
32
32
testImplementation(" org.assertj:assertj-core:3.26.0" )
33
33
testImplementation(" org.projectlombok:lombok:1.18.34" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
dependencies {
10
10
implementation(project(" :common" ))
11
11
12
- implementation(platform(" org.junit:junit-bom:5.10.2 " ))
12
+ implementation(platform(" org.junit:junit-bom:5.12.1 " ))
13
13
implementation(" org.junit.jupiter:junit-jupiter" )
14
14
implementation(" org.assertj:assertj-core:3.26.0" )
15
15
implementation(" org.reflections:reflections:0.10.2" )
You can’t perform that action at this time.
0 commit comments