From 230840a41cc0ae575b3178e09800f284b639d180 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 26 Apr 2023 10:26:56 +0200 Subject: [PATCH] Upgrade to JUnit 5.9.3 --- build.gradle | 2 +- framework-platform/framework-platform.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6a4f171ae50..a80f74f2e49 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ configure([rootProject] + javaProjects) { project -> // TODO Uncomment link to JUnit 5 docs once we execute Gradle with Java 18+. // See https://github.com/spring-projects/spring-framework/issues/27497 // - // "https://junit.org/junit5/docs/5.9.2/api/", + // "https://junit.org/junit5/docs/5.9.3/api/", "https://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/", "https://javadoc.io/static/io.rsocket/rsocket-core/1.1.1/", "https://r2dbc.io/spec/1.0.0.RELEASE/api/", diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index e2ac1467dfa..25356a6d867 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -18,7 +18,7 @@ dependencies { api(platform("org.eclipse.jetty:jetty-bom:11.0.14")) api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4")) api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0")) - api(platform("org.junit:junit-bom:5.9.2")) + api(platform("org.junit:junit-bom:5.9.3")) api(platform("org.mockito:mockito-bom:5.3.0")) constraints {