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 cf2c88f commit 59ef7c7Copy full SHA for 59ef7c7
spring-ws-platform/build.gradle
@@ -25,8 +25,8 @@ javaPlatform {
25
dependencies {
26
api(platform("org.apache.logging.log4j:log4j-bom:2.25.2"))
27
api(platform("org.apache.activemq:activemq-bom:6.1.7"))
28
- api(platform("org.eclipse.jetty:jetty-bom:12.1.2"))
29
- api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.2"))
+ api(platform("org.eclipse.jetty:jetty-bom:12.1.3"))
+ api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.3"))
30
api(platform("org.junit:junit-bom:6.0.0"))
31
api(platform("org.slf4j:slf4j-bom:2.0.17"))
32
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
0 commit comments