From 672663292225516f964503ee57181ca926f54f96 Mon Sep 17 00:00:00 2001 From: Harry Smith Date: Wed, 26 Aug 2020 14:10:27 +0100 Subject: [PATCH 1/3] DWN-33387 : reinstate spring security bom --- pom.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 1451e5741..0b1748712 100644 --- a/pom.xml +++ b/pom.xml @@ -385,13 +385,10 @@ org.springframework.security - spring-security-core - 4.2.16.RELEASE - - - org.springframework.security - spring-security-taglibs - 4.2.16.RELEASE + spring-security-bom + 4.2.18.RELEASE + pom + import org.springframework.security.oauth From bb3edf4cecbaa19c8b57b12f6b1ced255b5960b0 Mon Sep 17 00:00:00 2001 From: Harry Smith Date: Fri, 28 Aug 2020 14:13:04 +0100 Subject: [PATCH 2/3] DWN-33387 : bump spring to 4.3.26 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b1748712..4b898ceb7 100644 --- a/pom.xml +++ b/pom.xml @@ -365,7 +365,7 @@ org.springframework spring-framework-bom - 4.3.20.RELEASE + 4.3.26.RELEASE pom import From 8f4930bf9f31b98a896a5c451a641321cb0d1fc2 Mon Sep 17 00:00:00 2001 From: Harry Smith Date: Fri, 28 Aug 2020 14:21:04 +0100 Subject: [PATCH 3/3] DWN-33950 : hoise commons-codec --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 4b898ceb7..eeccdce94 100644 --- a/pom.xml +++ b/pom.xml @@ -630,6 +630,11 @@ jsoup 1.10.3 + + commons-codec + commons-codec + 1.14 +