Upgrade dom4j to latest 77/106277/1
authorsebdet <sebastien.determe@intl.att.com>
Mon, 20 Apr 2020 13:30:45 +0000 (15:30 +0200)
committersebdet <sebastien.determe@intl.att.com>
Mon, 20 Apr 2020 13:30:45 +0000 (15:30 +0200)
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

pom.xml

diff --git a/pom.xml b/pom.xml
index e2de1e2..bab08d1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <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>