Skip to content

Commit 06ad23e

Browse files
committed
Upgrade to Jetty 12.0.29
Closes gh-1724
1 parent 28b8f54 commit 06ad23e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-ws-platform/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ javaPlatform {
2525
dependencies {
2626
api(platform("org.apache.logging.log4j:log4j-bom:2.19.0"))
2727
api(platform("org.apache.activemq:activemq-bom:6.1.7"))
28-
api(platform("org.eclipse.jetty:jetty-bom:12.0.28"))
29-
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.28"))
28+
api(platform("org.eclipse.jetty:jetty-bom:12.0.29"))
29+
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.29"))
3030
api(platform("org.junit:junit-bom:5.11.4"))
3131
api(platform("org.slf4j:slf4j-bom:2.0.17"))
3232
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))

0 commit comments

Comments
 (0)