We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fc08f commit 9f35d84Copy full SHA for 9f35d84
1 file changed
platform/spring-boot-dependencies/build.gradle
@@ -1042,15 +1042,11 @@ bom {
1042
]
1043
}
1044
1045
- library("Jetty", "12.1.8") {
+ library("Jetty", "12.1.10") {
1046
prohibit {
1047
contains ".alpha"
1048
because "we don't want alpha dependencies"
1049
1050
- prohibit {
1051
- versionRange "[12.1.9]"
1052
- because "it contains a regression (https://github.com/jetty/jetty.project/issues/15021)"
1053
- }
1054
group("org.eclipse.jetty.ee11") {
1055
bom("jetty-ee11-bom")
1056
0 commit comments