Upgrading dependencies security issue 43/35743/2
authorDenes Nemeth <denes.nemeth@nokia.com>
Wed, 14 Mar 2018 12:04:15 +0000 (13:04 +0100)
committerDenes Nemeth <denes.nemeth@nokia.com>
Fri, 16 Mar 2018 08:16:36 +0000 (09:16 +0100)
Change-Id: I8f0a3e28fcd27c6e275c328204378558d665ce91
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728

.gitignore
pom.xml

index 090944d..05d0185 100644 (file)
@@ -1,5 +1,6 @@
 .project
 .classpath
+.idea
 .settings/
 .vscode/
 target/
diff --git a/pom.xml b/pom.xml
index 5ce0f08..8a661f9 100644 (file)
--- 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>
     <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>