Browse Source

Upgrade to Jetty Reactive HTTPClient 4.0.13

Closes gh-48147
pull/48297/head
Stéphane Nicoll 1 month ago
parent
commit
1a22b1fdb7
  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.12") {
library("Jetty Reactive HTTPClient", "4.0.13") {
group("org.eclipse.jetty") {
modules = [
"jetty-reactive-httpclient"

Loading…
Cancel
Save