Author: ggregory Date: Sat Dec 16 00:41:46 2017 New Revision: 1818361 URL: http://svn.apache.org/viewvc?rev=1818361&view=rev Log: [CONFIGURATION-680] Update Apache Commons Lang from 3.6 to 3.7.
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=1818361&r1=1818360&r2=1818361&view=diff ============================================================================== --- commons/proper/configuration/trunk/pom.xml (original) +++ commons/proper/configuration/trunk/pom.xml Sat Dec 16 00:41:46 2017 @@ -254,7 +254,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.6</version> + <version>3.7</version> </dependency> <dependency> Modified: commons/proper/configuration/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1818361&r1=1818360&r2=1818361&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/changes/changes.xml (original) +++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Dec 16 00:41:46 2017 @@ -36,6 +36,9 @@ <action dev="ggregory" type="update" issue="CONFIGURATION-679"> Update Jackson from 2.8.9 to 2.9.3. </action> + <action dev="ggregory" type="update" issue="CONFIGURATION-680"> + Update Apache Commons Lang from 3.6 to 3.7. + </action> </release> <release version="2.2" date="2017-10-12"