This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new f04c4bf Update tests from Easymock 4.0.1 to 4.0.2. f04c4bf is described below commit f04c4bfba9fa2ab7b40ab87aa83035540f9826f4 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Thu Feb 28 11:07:32 2019 -0500 Update tests from Easymock 4.0.1 to 4.0.2. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 85a24f1..108c0b1 100644 --- a/pom.xml +++ b/pom.xml @@ -485,7 +485,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>4.0.1</version> + <version>4.0.2</version> <scope>test</scope> </dependency>