Browse Source

Upgrade to Jetty 9.4.49.v20220914

Closes gh-32441
pull/32501/head
Phillip Webb 4 years ago
parent
commit
c7254cfe25
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -912,7 +912,7 @@ bom { @@ -912,7 +912,7 @@ bom {
]
}
}
library("Jetty", "9.4.48.v20220622") {
library("Jetty", "9.4.49.v20220914") {
prohibit("[10.0.0-alpha0,)") {
because "it requires Java 11"
}

Loading…
Cancel
Save