Upgraded Batik,Apache Common dependencies to latest version 49/106449/2
authorjz385p <jz385p@us.att.com>
Wed, 22 Apr 2020 13:01:19 +0000 (18:31 +0530)
committerJegadeesh Babu <jegadeesh.babu@att.com>
Tue, 28 Apr 2020 05:52:24 +0000 (05:52 +0000)
Security fixes

Issue-ID: PORTAL-886
Change-Id: Ia16554188227e8e27d1f1969d655fb04f7c145de
Signed-off-by: jz385p <jegadeesh.babu@att.com>
ecomp-sdk/epsdk-app-common/pom.xml
ecomp-sdk/epsdk-core/pom.xml

index 91f7e8d..75c7e29 100644 (file)
        <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>
index 2f48a8d..1278a11 100644 (file)
                                <groupId>org.beanshell</groupId>
                                <artifactId>bsh-core</artifactId>
                        </exclusion>
+                       <exclusion>
+                               <groupId>org.apache.xmlgraphics</groupId>
+                               <artifactId>batik-css</artifactId>
+                       </exclusion>
+                       
                </exclusions>
        </dependency>