File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
api(platform(" io.rsocket:rsocket-bom:1.1.5" ))
19
19
api(platform(" org.jetbrains.kotlin:kotlin-bom:${ kotlinVersion} " ))
20
20
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 " ))
22
22
api(platform(" org.mockito:mockito-bom:5.16.0" ))
23
23
api(platform(" org.testcontainers:testcontainers-bom:1.20.6" ))
24
24
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 {
36
36
37
37
testRuntimeOnly ' org.apache.logging.log4j:log4j-core'
38
38
testRuntimeOnly ' org.apache.logging.log4j:log4j-slf4j-impl'
39
+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
39
40
}
40
41
41
42
test {
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ dependencies {
88
88
89
89
testRuntimeOnly ' org.apache.logging.log4j:log4j-core'
90
90
testRuntimeOnly ' org.apache.logging.log4j:log4j-slf4j-impl'
91
+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
91
92
92
93
testFixturesApi ' org.springframework:spring-webflux'
93
94
testFixturesApi ' org.junit.jupiter:junit-jupiter-engine'
You can’t perform that action at this time.
0 commit comments