From: Denes Nemeth Date: Wed, 14 Mar 2018 12:04:15 +0000 (+0100) Subject: Upgrading dependencies security issue X-Git-Tag: v1.1.0~2^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=dfb6ec3db4cc0d52e6c2c84af6d676c578bc3341;p=msb%2Fjava-sdk.git Upgrading dependencies security issue Change-Id: I8f0a3e28fcd27c6e275c328204378558d665ce91 Signed-off-by: Denes Nemeth Issue-ID: VFC-728 --- diff --git a/.gitignore b/.gitignore index 090944d..05d0185 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .project .classpath +.idea .settings/ .vscode/ target/ diff --git a/pom.xml b/pom.xml index 5ce0f08..8a661f9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.onap.oparent oparent - 0.1.1 + 1.1.0 org.onap.msb.java-sdk msb-java-sdk @@ -15,7 +15,7 @@ com.squareup.retrofit2 retrofit - 2.0.2 + 2.3.0 org.slf4j @@ -35,7 +35,7 @@ org.apache.commons commons-lang3 - 3.0 + 3.7 org.apache.httpcomponents @@ -45,7 +45,7 @@ junit junit - 4.11 + 4.12 test @@ -63,17 +63,17 @@ com.fasterxml.jackson.core jackson-databind - 2.9.3 + 2.9.4 com.fasterxml.jackson.core jackson-core - 2.9.3 + 2.9.4 com.google.guava guava - 19.0 + 24.0-jre