Browse Source

Upgrade to Jetty 12.0.13

Closes gh-42248
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
d8748ec35d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -687,7 +687,7 @@ bom { @@ -687,7 +687,7 @@ bom {
]
}
}
library("Jetty", "12.0.12") {
library("Jetty", "12.0.13") {
group("org.eclipse.jetty.ee10") {
imports = [
"jetty-ee10-bom"

Loading…
Cancel
Save