Browse Source

Upgrade to Jetty Reactive HTTPClient 4.0.1

Closes gh-38134
pull/38153/head
Andy Wilkinson 2 years ago
parent
commit
72450bfe95
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save