From 03f72fccac348d5c98b2afec92ea12afd6fc555f Mon Sep 17 00:00:00 2001 From: Matthew Buckett Date: Wed, 6 Sep 2023 09:05:13 +0100 Subject: [PATCH 1/4] Update Spring to the latest version. This pulls in the later version of the Spring 5.3.x branch. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 616a0062..5e053049 100644 --- a/pom.xml +++ b/pom.xml @@ -382,19 +382,19 @@ org.springframework spring-beans - 5.3.18 + 5.3.29 test org.springframework spring-context - 5.3.18 + 5.3.29 test org.springframework spring-test - 5.3.18 + 5.3.29 test From 05128532041d469700204e4993698a6642fa86cb Mon Sep 17 00:00:00 2001 From: Matthew Buckett Date: Wed, 6 Sep 2023 09:08:01 +0100 Subject: [PATCH 2/4] Bump up Guava to latest version. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5e053049..aafbc9d3 100644 --- a/pom.xml +++ b/pom.xml @@ -340,7 +340,7 @@ com.google.guava guava - 30.1-jre + 32.1.2-jre org.slf4j From 740c2ff74337d6edb770099202a810ff0d5654a3 Mon Sep 17 00:00:00 2001 From: Matthew Buckett Date: Wed, 6 Sep 2023 09:10:51 +0100 Subject: [PATCH 3/4] Bump up HttpClient to latest version. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index aafbc9d3..11bcd99b 100644 --- a/pom.xml +++ b/pom.xml @@ -357,19 +357,19 @@ org.apache.httpcomponents httpclient - 4.5.13 + 4.5.14 org.apache.httpcomponents httpmime - 4.5.2 + 4.5.14 org.apache.httpcomponents httpclient - 4.5.6 + 4.5.14 tests test From d835d09a8910e4b7c56d16acac45ac75d2083e54 Mon Sep 17 00:00:00 2001 From: Matthew Buckett Date: Wed, 6 Sep 2023 09:15:02 +0100 Subject: [PATCH 4/4] Bump up slf4j to latest version. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 11bcd99b..0cc6ad13 100644 --- a/pom.xml +++ b/pom.xml @@ -345,12 +345,12 @@ org.slf4j slf4j-api - 1.7.27 + 1.7.36 org.slf4j slf4j-simple - 1.7.27 + 1.7.36 true @@ -406,7 +406,7 @@ org.slf4j slf4j-log4j12 - 1.7.27 + 1.7.36 test