Author: ggregory Date: Sat Jul 7 16:36:12 2018 New Revision: 1835323 URL: http://svn.apache.org/viewvc?rev=1835323&view=rev Log: [CONFIGURATION-707] Update optional Spring dependencies from 4.3.14.RELEASE to 4.3.18.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=1835323&r1=1835322&r2=1835323&view=diff ============================================================================== --- commons/proper/configuration/trunk/pom.xml (original) +++ commons/proper/configuration/trunk/pom.xml Sat Jul 7 16:36:12 2018 @@ -559,7 +559,7 @@ * </commons.osgi.import> <slf4j.version>1.7.25</slf4j.version> - <spring.version>4.3.14.RELEASE</spring.version> + <spring.version>4.3.18.RELEASE</spring.version> <commons.japicmp.version>0.11.1</commons.japicmp.version> </properties> Modified: commons/proper/configuration/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1835323&r1=1835322&r2=1835323&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/changes/changes.xml (original) +++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Jul 7 16:36:12 2018 @@ -27,6 +27,9 @@ <body> <release version="2.3" date="in SVN" description="Minor release with new features and updated dependencies."> + <action dev="ggregory" type="update" issue="CONFIGURATION-707"> + Update Spring from 4.3.14.RELEASE to 4.3.18.RELEASE. + </action> <action dev="ggregory" type="update" issue="CONFIGURATION-706"> Update optional dependency snakeyaml from 1.20 to 1.21. </action>