File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 api(platform(" io.rsocket:rsocket-bom:1.1.5" ))
1919 api(platform(" org.jetbrains.kotlin:kotlin-bom:${ kotlinVersion} " ))
2020 api(platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1" ))
21- api(platform(" org.junit:junit-bom:5.11.4 " ))
21+ api(platform(" org.junit:junit-bom:5.12.2 " ))
2222 api(platform(" org.mockito:mockito-bom:5.16.0" ))
2323 api(platform(" org.testcontainers:testcontainers-bom:1.20.6" ))
2424 api(platform(" org.apache.logging.log4j:log4j-bom:2.24.3" ))
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ dependencies {
3636
3737 testRuntimeOnly ' org.apache.logging.log4j:log4j-core'
3838 testRuntimeOnly ' org.apache.logging.log4j:log4j-slf4j-impl'
39+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
3940}
4041
4142test {
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ dependencies {
8888
8989 testRuntimeOnly ' org.apache.logging.log4j:log4j-core'
9090 testRuntimeOnly ' org.apache.logging.log4j:log4j-slf4j-impl'
91+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
9192
9293 testFixturesApi ' org.springframework:spring-webflux'
9394 testFixturesApi ' org.junit.jupiter:junit-jupiter-engine'
You can’t perform that action at this time.
0 commit comments