aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenes Nemeth <denes.nemeth@nokia.com>2018-03-14 13:04:15 +0100
committerDenes Nemeth <denes.nemeth@nokia.com>2018-03-16 09:16:36 +0100
commitdfb6ec3db4cc0d52e6c2c84af6d676c578bc3341 (patch)
tree59f8300d3819a0843c90821b4d64284b9db996d3
parent722d78240f9ae320ceb262b496cf8cee07ae2591 (diff)
Upgrading dependencies security issue
Change-Id: I8f0a3e28fcd27c6e275c328204378558d665ce91 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
-rw-r--r--.gitignore1
-rw-r--r--pom.xml14
2 files changed, 8 insertions, 7 deletions
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 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>0.1.1</version>
+ <version>1.1.0</version>
</parent>
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
@@ -15,7 +15,7 @@
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
- <version>2.0.2</version>
+ <version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.0</version>
+ <version>3.7</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -45,7 +45,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -63,17 +63,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.9.3</version>
+ <version>2.9.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.9.3</version>
+ <version>2.9.4</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>19.0</version>
+ <version>24.0-jre</version>
</dependency>
</dependencies>
<build>