Browse Source

Upgrade to Jetty Reactive HTTPClient 4.0.10

Closes gh-45833
pull/45855/head
Stéphane Nicoll 8 months ago
parent
commit
d7f33e3565
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save