Browse Source

Upgrade to Jetty Reactive HTTPClient 4.0.9

Closes gh-44610
pull/44636/head
Stéphane Nicoll 11 months ago
parent
commit
bf8f8a4e23
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save