Browse Source

Upgrade to Jetty Reactive HTTPClient 1.1.10

Closes gh-27388
pull/28375/head
Andy Wilkinson 5 years ago
parent
commit
67739d9126
  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.9") {
library("Jetty Reactive HTTPClient", "1.1.10") {
prohibit("[2,)") {
because "it uses the jakarta.* namespace"
}

Loading…
Cancel
Save