Browse Source

Upgrade to Jetty 12.1.3

Closes gh-47730
pull/47740/head
Stéphane Nicoll 2 months ago
parent
commit
c04a3372b8
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save