summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2022-07-13 12:57:16 +0100
committerToineSiebelink <toine.siebelink@est.tech>2022-07-14 12:26:47 +0100
commitaf8d434068e6f0d2b88c152b069afdcaf162f6c2 (patch)
tree99f3391e2133056e664d7a03d916d9342fbfb6f1 /pom.xml
parenta20d608105689d830823af149a2a5f7bcf68e696 (diff)
Update dependencies (release task)
- Changed HTTP Client version to 4.5.13 - Use system Docker-Compose instead of downloading it - Removed ALL Docker Compose File versions Issue-ID: CPS-1106 Change-Id: I0734099caad79acd52aecdb2faf98cceb0943224 Signed-off-by: JosephKeenan <joseph.keenan@est.tech> Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c5bd106e..c935f633 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<jacoco.minimum.coverage>0.98</jacoco.minimum.coverage>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <httpclient.version>4.4.1</httpclient.version>
+ <httpclient.version>4.5.13</httpclient.version>
</properties>
<dependencyManagement>
<dependencies>