Browse Source

Upgrade to Jetty Reactive HTTPClient 4.0.13

Closes gh-48149
pull/48156/head
Stéphane Nicoll 1 month ago
parent
commit
87cdc13220
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1059,7 +1059,7 @@ bom { @@ -1059,7 +1059,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