summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-common
diff options
context:
space:
mode:
authorst398c <st398c@research.att.com>2019-07-02 16:59:14 -0400
committerst398c <st398c@research.att.com>2019-07-02 16:59:14 -0400
commit6e87daeddecad2fa95fd9d7b7aa4aaa580f49be4 (patch)
tree9272c72d101c90d6ea4028c0197d25040b88494c /ecomp-sdk/epsdk-app-common
parent179ff1eb0c1ac9eef4d152c47df5cb12a4584c0f (diff)
Blackduck scan fixes
Issue-ID: PORTAL-631 Change-Id: Ic60f3d780b7391c4ce564180a678b7293f0e91ec Signed-off-by: st398c <st398c@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-common')
-rw-r--r--ecomp-sdk/epsdk-app-common/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/ecomp-sdk/epsdk-app-common/pom.xml b/ecomp-sdk/epsdk-app-common/pom.xml
index 1dba1420..82c3aa06 100644
--- a/ecomp-sdk/epsdk-app-common/pom.xml
+++ b/ecomp-sdk/epsdk-app-common/pom.xml
@@ -149,7 +149,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
- <version>0.9.5.2</version>
+ <version>0.9.5.3</version>
</dependency>
<dependency>
<groupId>io.searchbox</groupId>
@@ -246,7 +246,7 @@
<dependency>
<groupId>org.owasp.esapi</groupId>
<artifactId>esapi</artifactId>
- <version>2.1.0</version>
+ <version>2.1.0.1</version>
<exclusions>
<exclusion>
<groupId>commons-beanutils</groupId>
@@ -297,17 +297,17 @@
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-css</artifactId>
- <version>1.8</version>
+ <version>1.9</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-ext</artifactId>
- <version>1.8</version>
+ <version>1.9</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-util</artifactId>
- <version>1.8</version>
+ <version>1.9</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>