Browse Source

Upgrade to Jetty 12.1.4

Closes gh-48120
pull/48124/head
Stéphane Nicoll 1 month ago
parent
commit
eeb256bdcb
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save