Browse Source

Upgrade to Jetty Reactive HTTPClient 1.1.6

Closes gh-25630
pull/25709/head
Stephane Nicoll 5 years ago
parent
commit
df49298cc6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save