diff options
-rw-r--r-- | controlloop/common/eventmanager/pom.xml | 2 | ||||
-rw-r--r-- | controlloop/common/guard/pom.xml | 2 | ||||
-rw-r--r-- | controlloop/common/model-impl/rest/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/controlloop/common/eventmanager/pom.xml b/controlloop/common/eventmanager/pom.xml index 71810f203..d4f811007 100644 --- a/controlloop/common/eventmanager/pom.xml +++ b/controlloop/common/eventmanager/pom.xml @@ -152,7 +152,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.2</version> + <version>4.5.5</version> <scope>provided</scope> </dependency> <dependency> diff --git a/controlloop/common/guard/pom.xml b/controlloop/common/guard/pom.xml index 94b337d9f..bd2d4bbc1 100644 --- a/controlloop/common/guard/pom.xml +++ b/controlloop/common/guard/pom.xml @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.2</version> + <version>4.5.5</version> <scope>provided</scope> </dependency> <dependency> diff --git a/controlloop/common/model-impl/rest/pom.xml b/controlloop/common/model-impl/rest/pom.xml index df6d5d5d9..940eaa751 100644 --- a/controlloop/common/model-impl/rest/pom.xml +++ b/controlloop/common/model-impl/rest/pom.xml @@ -45,7 +45,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.2</version> + <version>4.5.5</version> <scope>provided</scope> </dependency> </dependencies> |