Browse Source

Upgrade to Jetty Reactive HTTPClient 1.1.9

Closes gh-26833
pull/27348/head
Stephane Nicoll 5 years ago
parent
commit
6cdbed7dc3
  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.8") {
library("Jetty Reactive HTTPClient", "1.1.9") {
group("org.eclipse.jetty") {
modules = [
"jetty-reactive-httpclient"

Loading…
Cancel
Save