From 310ccfb99c2700e6c469fa67eed466890dea9f3a Mon Sep 17 00:00:00 2001 From: spencergibb Date: Wed, 15 Feb 2023 15:22:34 -0500 Subject: [PATCH] Moves versions for apache httpclient/httpcore 4.x Moves versions to parent dep mgmt --- pom.xml | 10 ++++++++++ spring-cloud-consul-core/pom.xml | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) 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