Browse Source

Upgrade to Jetty 9.4.46.v20220331

Closes gh-30717
pull/30742/head
Stephane Nicoll 4 years ago
parent
commit
8655cfd3f1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -938,7 +938,7 @@ bom { @@ -938,7 +938,7 @@ bom {
]
}
}
library("Jetty", "9.4.45.v20220203") {
library("Jetty", "9.4.46.v20220331") {
prohibit("[10.0.0-alpha0,)") {
because "it requires Java 11"
}

Loading…
Cancel
Save