We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73cde8 commit 50df139Copy full SHA for 50df139
gradle/plugins/gradle.properties
@@ -1,4 +1,4 @@
1
assertJVersion=3.25.3
2
gradleVersionsPluginVersion=0.52.0
3
javaFormatVersion=0.0.46
4
-junitVersion=5.11.0
+junitVersion=5.11.4
spring-ws-platform/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
api(platform("org.apache.activemq:activemq-bom:6.1.5"))
12
api(platform("org.eclipse.jetty:jetty-bom:12.0.16"))
13
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.16"))
14
- api(platform("org.junit:junit-bom:5.11.0"))
+ api(platform("org.junit:junit-bom:5.11.4"))
15
api(platform("org.slf4j:slf4j-bom:2.0.17"))
16
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
17
api(platform("org.springframework.security:spring-security-bom:6.3.9"))
0 commit comments