Skip to content

Commit 6014970

Browse files
committed
Upgrade to JUnit 5.12.2
1 parent cea4e08 commit 6014970

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Diff for: platform/build.gradle

+1-1
Original file line numberDiff line numberDiff 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"))

Diff for: spring-graphql-test/build.gradle

+1
Original file line numberDiff line numberDiff 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

4142
test {

Diff for: spring-graphql/build.gradle

+1
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)