Browse Source

Upgrade to Jetty Reactive HTTPClient 4.0.12

Closes gh-47571
pull/47596/head
Stéphane Nicoll 5 months ago
parent
commit
afe9fa0060
  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.11") {
library("Jetty Reactive HTTPClient", "4.0.12") {
group("org.eclipse.jetty") {
modules = [
"jetty-reactive-httpclient"

Loading…
Cancel
Save