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 07efdb3 commit 3d650e4Copy full SHA for 3d650e4
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1021,15 +1021,11 @@ bom {
1021
]
1022
}
1023
1024
- library("Jetty", "12.0.16") {
+ library("Jetty", "12.0.18") {
1025
prohibit {
1026
contains ".alpha"
1027
because "we don't want alpha dependencies"
1028
1029
- prohibit {
1030
- versionRange "[12.0.17]"
1031
- because "it contains a regression (https://github.com/jetty/jetty.project/issues/12882)"
1032
- }
1033
group("org.eclipse.jetty.ee10") {
1034
imports = [
1035
"jetty-ee10-bom"
0 commit comments