Skip to content

Commit 59ef7c7

Browse files
committed
Upgrade to Jetty 12.1.3
Closes gh-1726
1 parent cf2c88f commit 59ef7c7

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.25.2"))
2727
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"))
28+
api(platform("org.eclipse.jetty:jetty-bom:12.1.3"))
29+
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.3"))
3030
api(platform("org.junit:junit-bom:6.0.0"))
3131
api(platform("org.slf4j:slf4j-bom:2.0.17"))
3232
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))

0 commit comments

Comments
 (0)