Browse Source

Upgrade to Jetty Reactive HTTPClient 3.0.8

Closes gh-34667
pull/34917/head
Andy Wilkinson 3 years ago
parent
commit
7c5291185e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -637,7 +637,7 @@ bom { @@ -637,7 +637,7 @@ bom {
]
}
}
library("Jetty Reactive HTTPClient", "3.0.7") {
library("Jetty Reactive HTTPClient", "3.0.8") {
group("org.eclipse.jetty") {
modules = [
"jetty-reactive-httpclient"

Loading…
Cancel
Save