Browse Source

Upgrade to Jetty Reactive HTTPClient 4.1.4

Closes gh-48151
pull/46766/head
Stéphane Nicoll 4 months ago
parent
commit
a03981eb49
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save