Browse Source

Upgrade to Jetty 12.0.33

Closes gh-49459
pull/49591/head
Stéphane Nicoll 2 weeks ago
parent
commit
41c7d09e7e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save