Browse Source

Upgrade to Jetty 12.0.21

Closes gh-45519
pull/45521/head
Stéphane Nicoll 9 months ago
parent
commit
f99ea0d68d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save