Browse Source

Upgrade to Jetty 12.0.25

Closes gh-46831
pull/47140/head
Stéphane Nicoll 6 months ago
parent
commit
a3cafacd92
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save