summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjz385p <jz385p@us.att.com>2020-04-22 18:31:19 +0530
committerJegadeesh Babu <jegadeesh.babu@att.com>2020-04-28 05:52:24 +0000
commit5216a4934898b56bd1960f09edf85b33b29b2c2e (patch)
tree7466772835cbcd4a4f34301ebd02f25f2da3a952
parentd9c58a74a9a791101e45ea01ee46feb827d2fa16 (diff)
Upgraded Batik,Apache Common dependencies to latest version
Security fixes Issue-ID: PORTAL-886 Change-Id: Ia16554188227e8e27d1f1969d655fb04f7c145de Signed-off-by: jz385p <jegadeesh.babu@att.com>
-rw-r--r--ecomp-sdk/epsdk-app-common/pom.xml6
-rw-r--r--ecomp-sdk/epsdk-core/pom.xml5
2 files changed, 8 insertions, 3 deletions
diff --git a/ecomp-sdk/epsdk-app-common/pom.xml b/ecomp-sdk/epsdk-app-common/pom.xml
index 91f7e8dc..75c7e29e 100644
--- a/ecomp-sdk/epsdk-app-common/pom.xml
+++ b/ecomp-sdk/epsdk-app-common/pom.xml
@@ -297,17 +297,17 @@
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-css</artifactId>
- <version>1.9</version>
+ <version>1.10</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-ext</artifactId>
- <version>1.9</version>
+ <version>1.10</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-util</artifactId>
- <version>1.9</version>
+ <version>1.10</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
diff --git a/ecomp-sdk/epsdk-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml
index 2f48a8d1..1278a11b 100644
--- a/ecomp-sdk/epsdk-core/pom.xml
+++ b/ecomp-sdk/epsdk-core/pom.xml
@@ -445,6 +445,11 @@
<groupId>org.beanshell</groupId>
<artifactId>bsh-core</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>batik-css</artifactId>
+ </exclusion>
+
</exclusions>
</dependency>