diff --git a/pom.xml b/pom.xml index a4726ec8..282c99ee 100644 --- a/pom.xml +++ b/pom.xml @@ -156,6 +156,16 @@ testcontainers ${testcontainers.version} + + org.apache.httpcomponents + httpclient + 4.5.14 + + + org.apache.httpcomponents + httpcore + 4.4.16 + diff --git a/spring-cloud-consul-core/pom.xml b/spring-cloud-consul-core/pom.xml index 0d1d3c7d..98176a68 100644 --- a/spring-cloud-consul-core/pom.xml +++ b/spring-cloud-consul-core/pom.xml @@ -71,13 +71,11 @@ org.apache.httpcomponents httpclient - 4.5.14 true org.apache.httpcomponents httpcore - 4.4.16 true