Browse Source

Upgrade to Jetty 12.0.32

Closes gh-49080
pull/49366/head
Andy Wilkinson 1 month ago
parent
commit
9c42312fa1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1065,7 +1065,7 @@ bom { @@ -1065,7 +1065,7 @@ bom {
]
}
}
library("Jetty", "12.0.31") {
library("Jetty", "12.0.32") {
prohibit {
contains ".alpha"
because "we don't want alpha dependencies"

Loading…
Cancel
Save