Author: ggregory Date: Sat Nov 14 21:00:27 2015 New Revision: 1714371 URL: http://svn.apache.org/viewvc?rev=1714371&view=rev Log: [BEANUTILS-482] Update commons-collections from 3.2.1 to 3.2.2.
Modified: commons/proper/beanutils/trunk/pom.xml commons/proper/beanutils/trunk/src/changes/changes.xml Modified: commons/proper/beanutils/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1714371&r1=1714370&r2=1714371&view=diff ============================================================================== --- commons/proper/beanutils/trunk/pom.xml (original) +++ commons/proper/beanutils/trunk/pom.xml Sat Nov 14 21:00:27 2015 @@ -279,7 +279,7 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.2.1</version> + <version>3.2.2</version> </dependency> <dependency> <groupId>commons-collections</groupId> Modified: commons/proper/beanutils/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/changes/changes.xml?rev=1714371&r1=1714370&r2=1714371&view=diff ============================================================================== --- commons/proper/beanutils/trunk/src/changes/changes.xml (original) +++ commons/proper/beanutils/trunk/src/changes/changes.xml Sat Nov 14 21:00:27 2015 @@ -20,6 +20,9 @@ <body> <release version="1.9.3" date="in SVN" description="TBD"> + <action dev="ggregory" type="update" issue="BEANUTILS-482"> + Update commons-collections from 3.2.1 to 3.2.2. + </action> <action dev="oheger" type="fix" issue="BEANUTILS-470" due-to="Tommy Tynjä"> Precision lost when converting BigDecimal </action>