Browse Source

Upgrade to Jetty 12.1.5

Closes gh-48463
pull/48480/head
Stéphane Nicoll 1 week ago
parent
commit
d0ed0dd2ca
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save