Skip to content

Commit 9f35d84

Browse files
committed
Upgrade to Jetty 12.1.10
Closes gh-50688
1 parent a2fc08f commit 9f35d84

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,15 +1042,11 @@ bom {
10421042
]
10431043
}
10441044
}
1045-
library("Jetty", "12.1.8") {
1045+
library("Jetty", "12.1.10") {
10461046
prohibit {
10471047
contains ".alpha"
10481048
because "we don't want alpha dependencies"
10491049
}
1050-
prohibit {
1051-
versionRange "[12.1.9]"
1052-
because "it contains a regression (https://github.com/jetty/jetty.project/issues/15021)"
1053-
}
10541050
group("org.eclipse.jetty.ee11") {
10551051
bom("jetty-ee11-bom")
10561052
}

0 commit comments

Comments
 (0)