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 2022/07/14 13:34:14 UTC

[commons-configuration] branch master updated: Bump org.springframework:spring-* 5.3.21 -> 5.3.22.

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 71539ef7 Bump org.springframework:spring-* 5.3.21 -> 5.3.22.
71539ef7 is described below

commit 71539ef79d394e2c52d959627ec55de5b121d319
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jul 14 09:34:08 2022 -0400

    Bump org.springframework:spring-* 5.3.21 -> 5.3.22.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cd296d72..4797e833 100644
--- a/pom.xml
+++ b/pom.xml
@@ -594,7 +594,7 @@
     </commons.osgi.import>
     <log4j.version>2.18.0</log4j.version>
     <slf4j.version>1.7.36</slf4j.version>
-    <spring.version>5.3.21</spring.version>
+    <spring.version>5.3.22</spring.version>
 
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 834fa050..3e0a1fe8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,6 +34,9 @@
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0 #193.
       </action>
+      <action type="update" dev="ggregory" due-to="Dependabot">
+        Bump org.springframework:spring-* 5.3.21 -> 5.3.22.
+      </action>
     </release>
     <release version="2.8.0" date="2022-07-05"
              description="Minor release with new features and updated dependencies.">