Browse Source

Upgrade to HttpClient 4.5.14

Closes gh-35471
2.5.x
Andy Wilkinson 3 years ago
parent
commit
01647600ff
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -485,7 +485,7 @@ bom { @@ -485,7 +485,7 @@ bom {
]
}
}
library("HttpClient", "4.5.13") {
library("HttpClient", "4.5.14") {
group("org.apache.httpcomponents") {
modules = [
"fluent-hc",

Loading…
Cancel
Save