You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/03 16:16:44 UTC

[commons-configuration] branch master updated: Bump org.springframework:spring-* from 5.3.23 to 5.3.24

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 18c3c600 Bump org.springframework:spring-* from 5.3.23 to 5.3.24
18c3c600 is described below

commit 18c3c600230c30f4e3084b8ab3b2027d4720c1e1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 3 11:16:40 2023 -0500

    Bump org.springframework:spring-* from 5.3.23 to 5.3.24
---
 pom.xml                 | 3 ++-
 src/changes/changes.xml | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1f154a7d..cd460c9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -556,7 +556,8 @@
     </commons.osgi.import>
     <log4j.version>2.19.0</log4j.version>
     <slf4j.version>2.0.5</slf4j.version>
-    <spring.version>5.3.23</spring.version>
+    <!-- Spring 6 requires Java 17 -->
+    <spring.version>5.3.24</spring.version>
     <commons.junit.version>5.9.1</commons.junit.version>
 
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dece98ac..493b6d65 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,8 +55,8 @@
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump spotbugs from 4.7.0 to 4.7.2.
       </action>
-      <action type="update" dev="ggregory" due-to="Dependabot">
-        Bump org.springframework:spring-* from 5.3.21 to 5.3.22.
+      <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+        Bump org.springframework:spring-* from 5.3.21 to 5.3.24.
       </action>
       <action type="update" dev="kinow" due-to="Dependabot">
         Bump junit-jupiter from 5.8.2 to 5.9.1 #197, #217.