Browse Source

Upgrade to Jetty Reactive HTTPClient 1.1.6

Closes gh-25668
pull/25690/head
Andy Wilkinson 5 years ago
parent
commit
0fea72e2ca
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save