Skip to content

Commit 0e302c9

Browse files
committed
Upgrade to Jetty 12.0.22
Closes gh-1610
1 parent 4c7c1d5 commit 0e302c9

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
@@ -9,8 +9,8 @@ javaPlatform {
99
dependencies {
1010
api(platform("org.apache.logging.log4j:log4j-bom:2.24.3"))
1111
api(platform("org.apache.activemq:activemq-bom:6.1.6"))
12-
api(platform("org.eclipse.jetty:jetty-bom:12.0.19"))
13-
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.19"))
12+
api(platform("org.eclipse.jetty:jetty-bom:12.0.22"))
13+
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.22"))
1414
api(platform("org.junit:junit-bom:5.12.2"))
1515
api(platform("org.slf4j:slf4j-bom:2.0.17"))
1616
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))

0 commit comments

Comments
 (0)