Browse Source

Upgrade to Jetty Reactive HTTPClient 3.0.11

Closes gh-38888
pull/38939/head
Phillip Webb 2 years ago
parent
commit
ff3a2f7e42
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -659,7 +659,7 @@ bom { @@ -659,7 +659,7 @@ bom {
]
}
}
library("Jetty Reactive HTTPClient", "3.0.10") {
library("Jetty Reactive HTTPClient", "3.0.11") {
group("org.eclipse.jetty") {
modules = [
"jetty-reactive-httpclient"

Loading…
Cancel
Save