Browse Source

Upgrade to Jetty Reactive HTTPClient 3.0.5

Closes gh-30366
pull/30415/head
Stephane Nicoll 4 years ago
parent
commit
c063210447
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save