File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 implementation(" com.twelvemonkeys.imageio:imageio-webp:3.13.1" )
2323
2424 testImplementation(project(" :data:core" ))
25- testImplementation(platform(" org.junit:junit-bom:6.0.3 " ))
25+ testImplementation(platform(" org.junit:junit-bom:6.1.0 " ))
2626 testImplementation(" org.junit.jupiter:junit-jupiter" )
2727 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2828 testImplementation(" org.assertj:assertj-core:3.27.7" )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies {
1212 compileOnly(" org.projectlombok:lombok:1.18.46" )
1313 annotationProcessor(" org.projectlombok:lombok:1.18.46" )
1414
15- testImplementation(platform(" org.junit:junit-bom:6.0.3 " ))
15+ testImplementation(platform(" org.junit:junit-bom:6.1.0 " ))
1616 testImplementation(" org.junit.jupiter:junit-jupiter" )
1717 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
1818 testImplementation(" org.assertj:assertj-core:3.27.7" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 compileOnly(" org.projectlombok:lombok:1.18.46" )
1616 annotationProcessor(" org.projectlombok:lombok:1.18.46" )
1717
18- testImplementation(platform(" org.junit:junit-bom:6.0.3 " ))
18+ testImplementation(platform(" org.junit:junit-bom:6.1.0 " ))
1919 testImplementation(" org.junit.jupiter:junit-jupiter" )
2020 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2121}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121 implementation(" com.fasterxml.jackson.core:jackson-annotations:2.21" )
2222 implementation(" tools.jackson.core:jackson-databind:3.1.3" )
2323
24- testImplementation(platform(" org.junit:junit-bom:6.0.3 " ))
24+ testImplementation(platform(" org.junit:junit-bom:6.1.0 " ))
2525 testImplementation(" org.junit.jupiter:junit-jupiter" )
2626 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2727 testImplementation(" org.assertj:assertj-core:3.27.7" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
2323 implementation(" io.avaje:avaje-config:5.1" )
2424 implementation(" io.avaje:avaje-applog-slf4j:1.2" )
2525
26- testImplementation(platform(" org.junit:junit-bom:6.0.3 " ))
26+ testImplementation(platform(" org.junit:junit-bom:6.1.0 " ))
2727 testImplementation(" org.junit.jupiter:junit-jupiter" )
2828 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2929 testImplementation(" com.microsoft.playwright:playwright:1.59.0" )
You can’t perform that action at this time.
0 commit comments