From 243b7f0dd1cbde813066b5fcdcb869de39e03b67 Mon Sep 17 00:00:00 2001 From: Russell Gold Date: Tue, 7 Jul 2020 19:49:14 -0400 Subject: [PATCH 1/2] Upgrade Guava in response to CVE-2018-10237 vulnerability --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 014d48ac..b5e4272d 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ com.google.guava guava - 18.0 + [24.1.1,) test From 2e4361135dc29cd78ad6b21a603eb6d5ab13d135 Mon Sep 17 00:00:00 2001 From: Derek Sharpe <36005286+ddsharpe@users.noreply.github.com> Date: Fri, 10 Jul 2020 13:38:57 -0500 Subject: [PATCH 2/2] Update pom.xml updated Guava version to match other tools --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b5e4272d..d458777a 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ com.google.guava guava - [24.1.1,) + 29.0-jre test