Browse Source

Upgrade to Jetty Reactive HTTPClient 4.1.0

Closes gh-47627
pull/47637/head
Stéphane Nicoll 2 months ago
parent
commit
44b566b08f
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -998,7 +998,7 @@ bom { @@ -998,7 +998,7 @@ bom {
releaseNotes("https://github.com/redis/jedis/releases/tag/v{version}")
}
}
library("Jetty Reactive HTTPClient", "4.0.12") {
library("Jetty Reactive HTTPClient", "4.1.0") {
group("org.eclipse.jetty") {
modules = [
"jetty-reactive-httpclient"

Loading…
Cancel
Save