Browse Source

Upgrade to Jetty Reactive HTTPClient 1.1.7

Closes gh-26057
pull/26078/head
Stephane Nicoll 5 years ago
parent
commit
2f424b15da
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -870,7 +870,7 @@ bom { @@ -870,7 +870,7 @@ bom {
]
}
}
library("Jetty Reactive HTTPClient", "1.1.6") {
library("Jetty Reactive HTTPClient", "1.1.7") {
prohibit("[2,)") {
because "it uses the jakarta.* namespace"
}

Loading…
Cancel
Save