diff --git a/spring-ws-platform/build.gradle b/spring-ws-platform/build.gradle index 7f416a4e..943ed1ba 100644 --- a/spring-ws-platform/build.gradle +++ b/spring-ws-platform/build.gradle @@ -11,7 +11,7 @@ dependencies { api(platform("org.apache.activemq:activemq-bom:6.1.6")) api(platform("org.eclipse.jetty:jetty-bom:12.0.19")) api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.19")) - api(platform("org.junit:junit-bom:5.11.0")) + api(platform("org.junit:junit-bom:5.12.2")) api(platform("org.slf4j:slf4j-bom:2.0.17")) api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}")) api(platform("org.springframework.security:spring-security-bom:6.5.0-SNAPSHOT"))