Browse Source

Upgrade to HttpClient5 5.1.4

Closes gh-33320
2.6.x
Stephane Nicoll 3 years ago
parent
commit
92ed0dc61e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save