aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-09-09 13:18:35 +0200
committersebdet <sebastien.determe@intl.att.com>2019-09-09 13:18:35 +0200
commite77e0ff6c8655d8afe20d9e333ebff5833b08d52 (patch)
treea2d1e25c0ef0ff7e46c49463469022daf4749c95 /pom.xml
parent337f36602a553ecb937c041a27b1c7270571c647 (diff)
Fix the security issue
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 698717b7..e419c31b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -626,6 +626,11 @@
<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>