From ec0caef785a84b4789a601b8f64bc6da86686424 Mon Sep 17 00:00:00 2001 From: su622b Date: Fri, 6 Apr 2018 14:38:59 -0400 Subject: [PATCH] Fixes for security vulnerabilities Issue-ID: DMAAP-387 Change-Id: I455a48985755214ece04f293cd10b13306cbba43 Signed-off-by: su622b --- pom.xml | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++--- version.properties | 2 +- 2 files changed, 61 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e3bb3af..46ce015 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.onap.dmaap.messagerouter.messageservice dmaapMR1 - 1.1.3-SNAPSHOT + 1.1.4-SNAPSHOT dmaap-messagerouter-messageservice Message Router - Restful interface built for kafka @@ -278,12 +278,13 @@ workstation DEV ${project.version} - 2.16.2 + 2.17.6 /content/sites/site/org/onap/dmaap/messagerouter/messageservice/${project.artifactId}/${project.version} true true https://nexus.onap.org nexus3.onap.org:10003 + 3.2.18.RELEASE @@ -320,6 +321,7 @@ + com.att.cadi cadi-core @@ -330,6 +332,61 @@ dme2 3.1.200-oss + + + org.apache.zookeeper + zookeeper + 3.4.10 + + + org.grails + grails-bootstrap + 2.5.4 + compile + + + ant + org.apache.ant + + + jna + net.java.dev.jna + + + ant-trax + org.apache.ant + + + gant_groovy1.8 + org.codehaus.gant + + + ant-launcher + org.apache.ant + + + jline + jline + + + ivy + org.apache.ivy + + + jansi + org.fusesource.jansi + + + commons-logging + commons-logging + + + ant-junit + org.apache.ant + + + + commons-io commons-io @@ -423,7 +480,7 @@ org.grails grails-web - 2.4.4 + 2.5.4 org.grails diff --git a/version.properties b/version.properties index 05dc9e5..e7654d1 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=1 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- 2.16.6