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 @@ -31,7 +31,7 @@ allprojects {
3131subprojects {
3232 apply (plugin = " java" )
3333
34- val junitVersion = " 5.12.0 "
34+ val junitVersion = " 5.12.1 "
3535 val logbackVersion = " 1.5.17"
3636 val slf4jVersion = " 2.0.17"
3737
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
99 implementation(" org.slf4j:slf4j-api:2.0.17" )
1010
1111 // Test dependencies
12- testImplementation(platform(" org.junit:junit-bom:5.12.0 " ))
12+ testImplementation(platform(" org.junit:junit-bom:5.12.1 " ))
1313 testImplementation(" org.junit.jupiter:junit-jupiter" )
1414 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
1515 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55dependencies {
66 // Test dependencies
7- testImplementation(platform(" org.junit:junit-bom:5.12.0 " ))
7+ testImplementation(platform(" org.junit:junit-bom:5.12.1 " ))
88 testImplementation(" org.junit.jupiter:junit-jupiter" )
99 testImplementation(" org.junit.jupiter:junit-jupiter-params" )
1010 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
4040 implementation(" ch.qos.logback:logback-classic:1.4.14" )
4141
4242 // Testing
43- testImplementation(platform(" org.junit:junit-bom:5.10 .1" ))
43+ testImplementation(platform(" org.junit:junit-bom:5.12 .1" ))
4444 testImplementation(" org.junit.jupiter:junit-jupiter" )
4545 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
4646 testImplementation(project(" :common:models" ))
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
3131
3232 // Test dependencies
3333 testImplementation(" org.apache.flink:flink-test-utils:$flinkVersion " )
34- testImplementation(platform(" org.junit:junit-bom:5.12.0 " ))
34+ testImplementation(platform(" org.junit:junit-bom:5.12.1 " ))
3535 testImplementation(" org.junit.jupiter:junit-jupiter" )
3636 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
3737}
You can’t perform that action at this time.
0 commit comments