Fix the security issue 21/95221/1
authorsebdet <sebastien.determe@intl.att.com>
Mon, 9 Sep 2019 11:18:35 +0000 (13:18 +0200)
committersebdet <sebastien.determe@intl.att.com>
Mon, 9 Sep 2019 11:18:35 +0000 (13:18 +0200)
Upgrad commons-codec to 1.13 to fix the security issue reported by nexus

Issue-ID: CLAMP-342
Change-Id: I484191730f4f6d061f9740123e121d442e4b07da
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 698717b..e419c31 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>guava</artifactId>
                        <version>27.0-jre</version>
                </dependency>
+               <dependency>
+                       <groupId>commons-codec</groupId>
+                       <artifactId>commons-codec</artifactId>
+                       <version>1.13</version>
+               </dependency>
                <!-- Remove the MYSQL connector and replace it by Mariadb -->
                <dependency>
                        <groupId>org.mariadb.jdbc</groupId>