Fix security vulnerability in Google Guava 39/55239/1
authorliamfallon <liam.fallon@ericsson.com>
Fri, 22 Jun 2018 00:34:52 +0000 (08:34 +0800)
committerliamfallon <liam.fallon@ericsson.com>
Fri, 22 Jun 2018 00:35:23 +0000 (08:35 +0800)
Google Guava 23.0 has a security vulnerability. THe latest version of
Guava fixes this vulnerability.

Change-Id: I86995efafa6cf0140d09f8a13da9efeaa8079d5e
Issue-ID: POLICY-905
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
integration/pom.xml

index 15eeaf4..2e18938 100644 (file)
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>23.0</version>
+                <version>25.1-jre</version>
             </dependency>
 
             <!-- JSON marshalling and unmarshalling -->
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>