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-email.git
commit af56eb3a7220c655a05cd096b6bd5ef7bfdc1aa9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 12 08:08:15 2022 -0500 Bump org.easymock:easymock from 4.2 to 4.3 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8965e79..32a9954 100644 --- a/pom.xml +++ b/pom.xml @@ -314,7 +314,7 @@ <commons.encoding>UTF-8</commons.encoding> <powermock.version>2.0.9</powermock.version> - <easymock.version>4.2</easymock.version> + <easymock.version>4.3</easymock.version> <findbugs.version>3.0.5</findbugs.version> <spotbugs.plugin.version>4.2.2</spotbugs.plugin.version> <spotbugs.impl.version>4.2.2</spotbugs.impl.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a232980..cafb426 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -74,6 +74,9 @@ <action type="update" due-to="Gary Gregory" dev="ggregory"> Bump jacoco from 0.8.6 to 0.8.7; fixes jacoco on Java 17. </action> + <action type="update" due-to="Gary Gregory" dev="ggregory"> + Bump org.easymock:easymock from 4.2 to 4.3. + </action> </release> <release version="1.5.1" date="2017-MM-DD" description="Maintenance release (Java 6)."> <action issue="EMAIL-176" type="add" dev="pschumacher">Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility</action>