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 db6cfaa [test] org.easymock:easymock 4.0.2 -> 4.1.
db6cfaa is described below
commit db6cfaac044ad3e714e12a06ddaff8bca096586e
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 23 17:31:35 2019 -0500
[test] org.easymock:easymock 4.0.2 -> 4.1.
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 11f3665..989d1c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -484,7 +484,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
- <version>4.0.2</version>
+ <version>4.1</version>
<scope>test</scope>
</dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3f59c60..6810391 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,9 @@
<action dev="ggregory" type="fix" issue="CONFIGURATION-771" due-to="Gary
Gregory">
Update com.fasterxml.jackson.core:jackson-databind 2.10.0 -> 2.10.1.
</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ [test] org.easymock:easymock 4.0.2 -> 4.1.
+ </action>
</release>
<release version="2.6" date="2019-09-13"
description="Minor release with new features and updated
dependencies.">