Browse Source

Upgrade to HttpAsyncClient 4.1.5

Closes gh-29062
pull/29089/head
Stephane Nicoll 4 years ago
parent
commit
0219408b7e
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -481,7 +481,7 @@ bom { @@ -481,7 +481,7 @@ bom {
]
}
}
library("HttpAsyncClient", "4.1.4") {
library("HttpAsyncClient", "4.1.5") {
group("org.apache.httpcomponents") {
modules = [
"httpasyncclient" {

Loading…
Cancel
Save