Browse Source

Upgrade to Jetty Reactive HTTPClient 4.0.11

Closes gh-46882
pull/47304/head
Stéphane Nicoll 4 months ago
parent
commit
8c2b2db4b7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save