Browse Source

Upgrade to Jetty 12.0.7

Closes gh-40000
pull/40012/head
Andy Wilkinson 2 years ago
parent
commit
89fcd3f838
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -847,7 +847,7 @@ bom { @@ -847,7 +847,7 @@ bom {
]
}
}
library("Jetty", "12.0.6") {
library("Jetty", "12.0.7") {
group("org.eclipse.jetty.ee10") {
imports = [
"jetty-ee10-bom"

Loading…
Cancel
Save