Skip to content

Commit 2f68799

Browse files
committed
Upgrade to Jetty 12.0.18
Closes gh-44774
1 parent 7970c26 commit 2f68799

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -987,11 +987,7 @@ bom {
987987
]
988988
}
989989
}
990-
library("Jetty", "12.0.16") {
991-
prohibit {
992-
versionRange "[12.0.17]"
993-
because "it contains a regression (https://github.com/jetty/jetty.project/issues/12882)"
994-
}
990+
library("Jetty", "12.0.18") {
995991
group("org.eclipse.jetty.ee10") {
996992
imports = [
997993
"jetty-ee10-bom"

0 commit comments

Comments
 (0)