From 6014970511ac09fd075bf55367ea99723b638499 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 17 Apr 2025 15:57:03 +0200 Subject: [PATCH] Upgrade to JUnit 5.12.2 --- platform/build.gradle | 2 +- spring-graphql-test/build.gradle | 1 + spring-graphql/build.gradle | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/build.gradle b/platform/build.gradle index d1df4b9d..df3db850 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -18,7 +18,7 @@ dependencies { api(platform("io.rsocket:rsocket-bom:1.1.5")) api(platform("org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}")) api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1")) - api(platform("org.junit:junit-bom:5.11.4")) + api(platform("org.junit:junit-bom:5.12.2")) api(platform("org.mockito:mockito-bom:5.16.0")) api(platform("org.testcontainers:testcontainers-bom:1.20.6")) api(platform("org.apache.logging.log4j:log4j-bom:2.24.3")) diff --git a/spring-graphql-test/build.gradle b/spring-graphql-test/build.gradle index 80ec5a75..e4ad6e38 100644 --- a/spring-graphql-test/build.gradle +++ b/spring-graphql-test/build.gradle @@ -36,6 +36,7 @@ dependencies { testRuntimeOnly 'org.apache.logging.log4j:log4j-core' testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher' } test { diff --git a/spring-graphql/build.gradle b/spring-graphql/build.gradle index 1ebadd9f..3809ceb6 100644 --- a/spring-graphql/build.gradle +++ b/spring-graphql/build.gradle @@ -88,6 +88,7 @@ dependencies { testRuntimeOnly 'org.apache.logging.log4j:log4j-core' testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testFixturesApi 'org.springframework:spring-webflux' testFixturesApi 'org.junit.jupiter:junit-jupiter-engine'