Browse Source

Upgrade to Jetty Reactive HTTPClient 1.1.9

Closes gh-26829
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
0563955324
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save