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 3f1069f  [CONFIGURATION-759] Update Spring from 4.3.24.RELEASE to 
4.3.25.RELEASE.
3f1069f is described below

commit 3f1069f85e104f610106b58be24940a5e75b8d97
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Thu Sep 12 10:50:26 2019 -0400

    [CONFIGURATION-759] Update Spring from 4.3.24.RELEASE to 4.3.25.RELEASE.
    
    * Update org.springframework:spring-beans from 4.3.24.RELEASE to
    4.3.25.RELEASE.
    * Update org.springframework:spring-context from 4.3.24.RELEASE to
    4.3.25.RELEASE.
    * Update org.springframework:spring-core from 4.3.24.RELEASE to
    4.3.25.RELEASE.
    * Update org.springframework:spring-test from 4.3.24.RELEASE to
    4.3.25.RELEASE.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bcc760c..4cf3d26 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.24.RELEASE</spring.version>
+    <spring.version>4.3.25.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 2dbe5dc..149f142 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,6 +69,9 @@
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update tests from com.sun.mail:mailapi 1.6.3 to 1.6.4.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-759" 
due-to="Gary Gregory">
+        Update Spring from 4.3.24.RELEASE to 4.3.25.RELEASE.
+      </action>
     </release>
     <release version="2.5" date="2019-05-23"
              description="Minor release with new features and updated 
dependencies.">

Reply via email to