From f3bc1c9e4faffe73acea8ba90b82a87bcdae2045 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 22 Jun 2018 08:34:52 +0800 Subject: [PATCH] Fix security vulnerability in Google Guava 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 --- integration/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 15eeaf47..2e189382 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -101,7 +101,7 @@ com.google.guava guava - 23.0 + 25.1-jre @@ -297,4 +297,4 @@ - \ No newline at end of file + -- 2.16.6