aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>