Browse Source

Upgrade to HttpClient5 5.1.3

Closes gh-29840
pull/29884/head
Stephane Nicoll 4 years ago
parent
commit
8d7c215768
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -517,7 +517,7 @@ bom { @@ -517,7 +517,7 @@ bom {
]
}
}
library("HttpClient5", "5.1.2") {
library("HttpClient5", "5.1.3") {
group("org.apache.httpcomponents.client5") {
modules = [
"httpclient5",

Loading…
Cancel
Save