Browse Source

Upgrade to Jetty 11.0.17

Closes gh-37856
pull/38706/head
Andy Wilkinson 2 years ago
parent
commit
8468a2cbf9
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -668,7 +668,7 @@ bom { @@ -668,7 +668,7 @@ bom {
]
}
}
library("Jetty", "11.0.16") {
library("Jetty", "11.0.17") {
group("org.eclipse.jetty") {
imports = [
"jetty-bom"

Loading…
Cancel
Save