summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asdc-controller/pom.xml1
-rw-r--r--cloudify-client/pom.xml2
-rw-r--r--pom.xml2
3 files changed, 1 insertions, 4 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml
index 66ecbd8a5e..a06a16ddd8 100644
--- a/asdc-controller/pom.xml
+++ b/asdc-controller/pom.xml
@@ -81,7 +81,6 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.5.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
diff --git a/cloudify-client/pom.xml b/cloudify-client/pom.xml
index 9b2ca39615..057a1ed98f 100644
--- a/cloudify-client/pom.xml
+++ b/cloudify-client/pom.xml
@@ -35,12 +35,10 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
-<!-- <version>4.3.1</version> -->
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
-<!-- <version>4.5.5</version> -->
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
diff --git a/pom.xml b/pom.xml
index 263a632365..0ca48368b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -549,7 +549,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>4.4.1</version>
+ <version>4.4.4</version>
<scope>compile</scope>
</dependency>
<dependency>