aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-04-20 15:30:45 +0200
committersebdet <sebastien.determe@intl.att.com>2020-04-20 15:30:45 +0200
commit3b01773127bc3c2a7c0f5eaf858b6a69fd10fc8f (patch)
treef65ec5e67fdcc82437d573b6f8722f7f2d5d7a38 /pom.xml
parentaeed8da4ff886ac94526a33460e3593268b1157b (diff)
Upgrade dom4j to latest
Upgrade dom4j to latest due to security issues 10 Issue-ID: CLAMP-832 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I4c3d36644cb858fdd9153b66f67ecf5f819b9381
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e2de1e27c..bab08d1be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -544,6 +544,12 @@
<artifactId>snakeyaml</artifactId>
<version>1.26</version>
</dependency>
+ <dependency>
+ <groupId>org.dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ <version>2.1.3</version>
+ </dependency>
+
<!-- TESTING -->
<dependency>
<groupId>org.assertj</groupId>