Author: ggregory Date: Fri Aug 24 14:21:54 2012 New Revision: 1376935 URL: http://svn.apache.org/viewvc?rev=1376935&view=rev Log: - Update commons-io for tests to 2.4 from 2.2. - Update findbugs-maven-plugin to 2.5.2 from 2.4. - Update clirr-maven-plugin to 2.4 from 2.3.
Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1376935&r1=1376934&r2=1376935&view=diff ============================================================================== --- commons/proper/lang/trunk/pom.xml (original) +++ commons/proper/lang/trunk/pom.xml Fri Aug 24 14:21:54 2012 @@ -432,7 +432,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.2</version> + <version>2.4</version> <scope>test</scope> </dependency> @@ -538,7 +538,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>2.4.0</version> + <version>2.5.2</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort> @@ -553,7 +553,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> - <version>2.3</version> + <version>2.4</version> <configuration> <minSeverity>info</minSeverity> </configuration>