diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-09-09 13:18:35 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-09-09 13:18:35 +0200 |
commit | e77e0ff6c8655d8afe20d9e333ebff5833b08d52 (patch) | |
tree | a2d1e25c0ef0ff7e46c49463469022daf4749c95 /pom.xml | |
parent | 337f36602a553ecb937c041a27b1c7270571c647 (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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |