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 2020/05/28 19:30:44 UTC

[commons-configuration] branch master updated: Update org.springframework from 4.3.26.RELEASE to 4.3.27.RELEASE.

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 ee366fa  Update org.springframework from 4.3.26.RELEASE to 4.3.27.RELEASE.
ee366fa is described below

commit ee366fa280e282a2cf3241f0b0bbb90bf6518280
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu May 28 15:30:39 2020 -0400

    Update org.springframework from 4.3.26.RELEASE to 4.3.27.RELEASE.
    
    org.springframework:spring-beans ..... 4.3.26.RELEASE -> 4.3.27.RELEASE
    org.springframework:spring-context ... 4.3.26.RELEASE -> 4.3.27.RELEASE
    org.springframework:spring-core ...... 4.3.26.RELEASE -> 4.3.27.RELEASE
    org.springframework:spring-test ...... 4.3.26.RELEASE -> 4.3.27.RELEASE
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b48ce7..b4ffd2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -563,7 +563,7 @@
       *
     </commons.osgi.import>
     <slf4j.version>1.7.30</slf4j.version>
-    <spring.version>4.3.26.RELEASE</spring.version>
+    <spring.version>4.3.27.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 a4a8441..37bcbe8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,6 +40,13 @@
          org.slf4j:slf4j-log4j12 1.7.26 -> 1.7.30,
          org.slf4j:slf4j-nop 1.7.26 -> 1.7.30.
        </action>
+       <action type="update" dev="ggregory" due-to="Gary Gregory">
+         Update optional org.springframework from 4.3.26.RELEASE to 4.3.27.RELEASE:
+         org.springframework:spring-beans 4.3.26.RELEASE -> 4.3.27.RELEASE,
+         org.springframework:spring-context 4.3.26.RELEASE -> 4.3.27.RELEASE,
+         org.springframework:spring-core 4.3.26.RELEASE -> 4.3.27.RELEASE,
+         org.springframework:spring-test 4.3.26.RELEASE -> 4.3.27.RELEASE.
+       </action>
     </release>
     <release version="2.7" date="2020-03-07"
              description="Minor release with new features and updated dependencies.">