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 2018/09/27 20:23:56 UTC

svn commit: r1842159 - in /commons/proper/configuration/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Thu Sep 27 20:23:56 2018
New Revision: 1842159

URL: http://svn.apache.org/viewvc?rev=1842159&view=rev
Log:
[CONFIGURATION-723] Update optional Spring dependencies from 4.3.18.RELEASE to 4.3.19.RELEASE.

Modified:
    commons/proper/configuration/trunk/pom.xml
    commons/proper/configuration/trunk/src/changes/changes.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1842159&r1=1842158&r2=1842159&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Sep 27 20:23:56 2018
@@ -564,7 +564,7 @@
       *
     </commons.osgi.import>
     <slf4j.version>1.7.25</slf4j.version>
-    <spring.version>4.3.18.RELEASE</spring.version>
+    <spring.version>4.3.19.RELEASE</spring.version>
     <commons.japicmp.version>0.11.1</commons.japicmp.version>
 
     <commons.release.isDistModule>true</commons.release.isDistModule>

Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1842159&r1=1842158&r2=1842159&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Sep 27 20:23:56 2018
@@ -56,6 +56,9 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-722">
         Update optional dependency snakeyaml from 1.21 to 1.23.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-723">
+        Update optional Spring dependencies from 4.3.18.RELEASE to 4.3.19.RELEASE.
+      </action>
     </release>
 
     <release version="2.3" date="2018-08-04"