Skip to content

Commit c0cba0b

Browse files
committed
Upgrade to Jetty 12.0.23
Closes gh-1656
1 parent be201bc commit c0cba0b

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.24.3"))
2727
api(platform("org.apache.activemq:activemq-bom:6.1.7"))
28-
api(platform("org.eclipse.jetty:jetty-bom:12.0.22"))
29-
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.22"))
28+
api(platform("org.eclipse.jetty:jetty-bom:12.0.23"))
29+
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.23"))
3030
api(platform("org.junit:junit-bom:5.12.2"))
3131
api(platform("org.slf4j:slf4j-bom:2.0.17"))
3232
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))

0 commit comments

Comments
 (0)