Browse Source

Upgrade to HttpClient5 5.5.1

Closes gh-47567
pull/47596/head
Stéphane Nicoll 2 months ago
parent
commit
cf47c31f20
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -627,7 +627,7 @@ bom { @@ -627,7 +627,7 @@ bom {
]
}
}
library("HttpClient5", "5.5") {
library("HttpClient5", "5.5.1") {
prohibit {
contains "-alpha"
contains "-beta"

Loading…
Cancel
Save