summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-12-21 16:00:59 +0100
committerManuel Bentele2021-12-21 16:00:59 +0100
commit78d2b0480fab8d5d75dbe4014153ff8791310156 (patch)
tree1a3c1d0847830dec287aab1a7006ff56066c936d /pom.xml
parentUpdate log4j because of the CVE-2021-45105 security flaw (diff)
downloadecp-client-lean-78d2b0480fab8d5d75dbe4014153ff8791310156.tar.gz
ecp-client-lean-78d2b0480fab8d5d75dbe4014153ff8791310156.tar.xz
ecp-client-lean-78d2b0480fab8d5d75dbe4014153ff8791310156.zip
Update httpclient library from version 4.5.x to version 5.y
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 0514ef5..ae982c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,9 +41,10 @@
</build>
<dependencies>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>[4.5,4.6)</version>
+ <groupId>org.apache.httpcomponents.client5</groupId>
+ <artifactId>httpclient5</artifactId>
+ <version>[5.0,6.0)</version>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>