Browse Source

Upgrade to Jetty 11.0.20

Closes gh-39559
pull/39591/head
Andy Wilkinson 2 years ago
parent
commit
1d6712431b
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -666,7 +666,7 @@ bom { @@ -666,7 +666,7 @@ bom {
]
}
}
library("Jetty", "11.0.19") {
library("Jetty", "11.0.20") {
group("org.eclipse.jetty") {
imports = [
"jetty-bom"

Loading…
Cancel
Save