diff options
author | st398c <st398c@research.att.com> | 2019-07-02 16:59:14 -0400 |
---|---|---|
committer | st398c <st398c@research.att.com> | 2019-07-02 16:59:14 -0400 |
commit | 6e87daeddecad2fa95fd9d7b7aa4aaa580f49be4 (patch) | |
tree | 9272c72d101c90d6ea4028c0197d25040b88494c /ecomp-sdk/epsdk-core/pom.xml | |
parent | 179ff1eb0c1ac9eef4d152c47df5cb12a4584c0f (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-core/pom.xml')
-rw-r--r-- | ecomp-sdk/epsdk-core/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ecomp-sdk/epsdk-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml index 15e83f90..64409326 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.5.0.Final</drools.version> + <drools.version>7.0.0.Final</drools.version> </properties> <!-- repositories are inherited from parent --> @@ -439,7 +439,7 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> - <version>6.0.0</version> + <version>8.5.0</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> @@ -479,7 +479,7 @@ <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> - <version>3.14</version> + <version>3.17</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> |