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 623cac56504f2a300a0dc09aeba8820e534b41a7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 12 08:05:01 2022 -0500 Bump jacoco from 0.8.6 to 0.8.7; fixes jacoco on Java 17. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 027944a..8965e79 100644 --- a/pom.xml +++ b/pom.xml @@ -318,7 +318,7 @@ <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> - <commons.jacoco.version>0.8.6</commons.jacoco.version> + <commons.jacoco.version>0.8.7</commons.jacoco.version> </properties> <build> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3bf6714..a232980 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -71,6 +71,9 @@ <action type="update" due-to="Dependabot" dev="ggregory"> Bump actions/cache from v2 to v2.1.6 #39, #48. </action> + <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> </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>