aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-08-03 16:03:49 +0200
committersebdet <sebastien.determe@intl.att.com>2020-08-03 16:03:49 +0200
commitacb239a605efcc83f788be62d145d88b5f43104c (patch)
tree25258ca9167d2a6c9249666a879e4e284cc5b9bb
parent7bb6438727bf6bc91d8471bcf00e4736c691ae1b (diff)
Update some direct dependencies
Update vulnerable dependencies tomcat Issue-ID: CLAMP-850 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ia384ad154529e4836ac0a4c0f97a5e4e3b1634e4
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0757734e..d70d2163 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,6 +457,11 @@
</dependency>
<!-- Other dependencies to fix nexus IQ reported vulnerabilities -->
<dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.14</version>
+ </dependency>
+ <dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.2.3.RELEASE</version>