Browse Source

Upgrade to Jetty Reactive HTTPClient 1.1.8

Closes gh-26546
pull/26586/head
Andy Wilkinson 5 years ago
parent
commit
ed316c43d5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save