Browse Source

Upgrade to Jetty 12.0.13

Closes gh-42256
pull/42700/head
Andy Wilkinson 1 year ago
parent
commit
9794dc3480
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save