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 16b649c commit 3a553b6Copy full SHA for 3a553b6
spring-ws-platform/build.gradle
@@ -9,8 +9,8 @@ javaPlatform {
9
dependencies {
10
api(platform("org.apache.logging.log4j:log4j-bom:2.19.0"))
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"))
+ api(platform("org.eclipse.jetty:jetty-bom:12.0.22"))
+ api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.22"))
14
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}"))
0 commit comments