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 2019/05/21 00:23:07 UTC

[commons-configuration] branch master updated: [CONFIGURATION-747] Update Spring from 4.3.22 to 4.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 b5f39e0  [CONFIGURATION-747] Update Spring from 4.3.22 to 4.3.24.
b5f39e0 is described below

commit b5f39e0b3c5b0c03730206a0c2ef7de26bc12034
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Mon May 20 20:23:01 2019 -0400

    [CONFIGURATION-747] Update Spring from 4.3.22 to 4.3.24.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 354f4f7..6c46387 100644
--- a/pom.xml
+++ b/pom.xml
@@ -564,7 +564,7 @@
       *
     </commons.osgi.import>
     <slf4j.version>1.7.26</slf4j.version>
-    <spring.version>4.3.22.RELEASE</spring.version>
+    <spring.version>4.3.24.RELEASE</spring.version>
 
     <!-- generate report even if there are binary incompatible changes -->
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d2b0a21..9de4708 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,9 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-746" due-to="Gary Gregory">
         Update Jackson from 2.9.8 to 2.9.9.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-747" due-to="Gary Gregory">
+        Update Spring from 4.3.22 to 4.3.24.
+      </action>
     </release>
     <release version="2.4" date="2018-10-23"
              description="Minor release with new features and updated dependencies.">