aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-03-03 11:38:39 +0000
committerVasyl Razinkov <vasyl.razinkov@est.tech>2022-03-03 14:34:04 +0000
commit584dfd7712be7c238ef86c8ea4d009a61b33c75c (patch)
tree1229ad848b21af14057393b4aece114f9e416616 /catalog-be/pom.xml
parent3dcbae860f1a4bc8e6596cddc9cb19611d0c3dc7 (diff)
Update vulnerable dependencies
Change-Id: Id1098d2e0aceb3fb507e32994925d36f23ad8517 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3895
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 8bf5515d87..8cddf173d6 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -604,14 +604,14 @@
<version>${org.owasp.esapi.version}</version>
<exclusions>
<exclusion>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </exclusion>
- <exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</exclusion>
@@ -627,6 +627,10 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>