Fix CVE-2017-9735 91/66291/1
authorDenes Nemeth <denes.nemeth@nokia.com>
Thu, 13 Sep 2018 07:49:12 +0000 (09:49 +0200)
committerDenes Nemeth <denes.nemeth@nokia.com>
Thu, 13 Sep 2018 07:49:12 +0000 (09:49 +0200)
Change-Id: I2adcec10d795f648ec0d09af37ce62d4f5f32a85
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-1005

nokiav2/driver/pom.xml
nokiav2/driverwar/pom.xml
nokiav2/generatedapis/pom.xml

index 1e6b0dc..626aaad 100644 (file)
@@ -84,7 +84,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>25.0-jre</version>
+      <version>26.0-jre</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
@@ -95,7 +95,7 @@
       <!-- parsing VNFDs -->
       <groupId>org.yaml</groupId>
       <artifactId>snakeyaml</artifactId>
-      <version>1.19</version>
+      <version>1.23</version>
     </dependency>
     <dependency>
       <groupId>pl.pojo</groupId>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-server</artifactId>
-      <version>9.4.9.v20180320</version>
+      <version>9.4.11.v20180605</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
+        <version>3.8.0</version>
         <configuration>
           <source>1.8</source>
           <target>1.8</target>
index d6866cd..76bb6ef 100644 (file)
@@ -64,7 +64,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
-        <version>3.2.0</version>
+        <version>3.2.2</version>
         <configuration>
           <failOnMissingWebXml>false</failOnMissingWebXml>
           <archive>
@@ -94,7 +94,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.7.0</version>
+        <version>3.8.0</version>
         <configuration>
           <source>1.8</source>
           <target>1.8</target>
index ee3e65d..8a1ffc3 100644 (file)
@@ -367,7 +367,7 @@ Release AAI
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>25.0-jre</version>
+      <version>26.0-jre</version>
       <scope>test</scope>
     </dependency>
   </dependencies>