Browse Source

Upgrade to Jetty Reactive HTTPClient 4.0.5

Closes gh-41059
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
db7efbbe82
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save