Browse Source

Upgrade to Jetty Reactive HTTPClient 4.0.10

Closes gh-45808
3.3.x
Stéphane Nicoll 7 months ago
parent
commit
b163e6dbea
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -966,7 +966,7 @@ bom { @@ -966,7 +966,7 @@ bom {
releaseNotes("https://github.com/eclipse-ee4j/jersey/releases/tag/{version}")
}
}
library("Jetty Reactive HTTPClient", "4.0.9") {
library("Jetty Reactive HTTPClient", "4.0.10") {
group("org.eclipse.jetty") {
modules = [
"jetty-reactive-httpclient"

Loading…
Cancel
Save