Author: ggregory Date: Sat Jul 7 16:18:42 2018 New Revision: 1835319 URL: http://svn.apache.org/viewvc?rev=1835319&view=rev Log: Update tests from Apache Commons Pool 2.5.0 to 2.6.0. Update tests from EasyMock 3.5.1 to 3.6.
Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1835319&r1=1835318&r2=1835319&view=diff ============================================================================== --- commons/proper/configuration/trunk/pom.xml (original) +++ commons/proper/configuration/trunk/pom.xml Sat Jul 7 16:18:42 2018 @@ -420,7 +420,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-pool2</artifactId> - <version>2.5.0</version> + <version>2.6.0</version> <scope>test</scope> </dependency> @@ -479,7 +479,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>3.5.1</version> + <version>3.6</version> <scope>test</scope> </dependency>