Browse Source

Upgrade to HttpClient5 5.4.1

Closes gh-43102
pull/43115/head
Stéphane Nicoll 1 year ago
parent
commit
a40599dce5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save