From b7b2c2d8176fd6b8c33f2481b8598190d74e364a Mon Sep 17 00:00:00 2001
From: Carling Knight <cknight@greshamtech.com>
Date: Tue, 13 Nov 2018 08:03:53 +0000
Subject: [PATCH] DWN-25303: Bumps a couple versions

---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 462a75151..d70fbc047 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,7 @@
 			<dependency>
 				<groupId>org.springframework</groupId>
 				<artifactId>spring-framework-bom</artifactId>
-				<version>4.3.17.RELEASE</version>
+				<version>4.3.20.RELEASE</version>
 				<type>pom</type>
 				<scope>import</scope>
 			</dependency>
@@ -564,7 +564,7 @@
 			<dependency>
 				<groupId>com.google.guava</groupId>
 				<artifactId>guava</artifactId>
-				<version>21.0</version>
+				<version>26.0-jre</version>
 			</dependency>
 			<dependency>
 				<groupId>com.google.code.gson</groupId>