Browse Source

Upgrade to Jetty 12.0.23

Closes gh-46329
pull/46355/head
Stéphane Nicoll 7 months ago
parent
commit
6f3a5e2a04
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save