summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-core/pom.xml
diff options
context:
space:
mode:
authorst398c <st398c@research.att.com>2019-06-14 14:36:53 -0400
committerst398c <st398c@research.att.com>2019-06-18 12:44:52 -0400
commit7af2403dd9a6c95b12efec59e60d47125dc8e286 (patch)
treee557a0e80412c15619f172b9ccefc25363fd1c83 /ecomp-sdk/epsdk-core/pom.xml
parent0d5c6d9516afa7b28e64f7445785ecb539849876 (diff)
Blackduck scan fixes
Issue-ID: PORTAL-631 Change-Id: I1a09436f606831378b7f2a6211b1199ab830e06e Signed-off-by: st398c <st398c@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-core/pom.xml')
-rw-r--r--ecomp-sdk/epsdk-core/pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/ecomp-sdk/epsdk-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml
index 8837e656..15e83f90 100644
--- a/ecomp-sdk/epsdk-core/pom.xml
+++ b/ecomp-sdk/epsdk-core/pom.xml
@@ -19,7 +19,7 @@
<!-- properties are inherited from parent -->
<properties>
- <drools.version>6.4.0.Final</drools.version>
+ <drools.version>6.5.0.Final</drools.version>
</properties>
<!-- repositories are inherited from parent -->
@@ -154,7 +154,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
- <version>1.3.0.RELEASE</version>
+ <version>1.5.11.RELEASE</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -228,7 +228,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
- <version>0.9.5.2</version>
+ <version>0.9.5.3</version>
</dependency>
<!-- Apache Tiles -->
<dependency>
@@ -439,7 +439,7 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
- <version>1.5.16</version>
+ <version>6.0.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
@@ -464,7 +464,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
- <version>3.5-FINAL</version>
+ <version>3.14</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -479,7 +479,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
- <version>3.5-FINAL</version>
+ <version>3.14</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -494,7 +494,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
- <version>3.5-FINAL</version>
+ <version>3.14</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -509,7 +509,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-contrib</artifactId>
- <version>3.5-FINAL</version>
+ <version>3.6</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>