Browse Source

Upgrade to Jetty Reactive HTTPClient 4.0.8

Closes gh-42616
pull/42868/head
Stéphane Nicoll 1 year ago
parent
commit
145dcdece0
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save