Browse Source

Upgrade to HttpClient 4.5.14

Closes gh-33573
pull/33648/head
Phillip Webb 3 years ago
parent
commit
507cfcb4cf
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save