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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 56f7d9f6b Bump Jacoco from 0.8.7 to 0.8.8
56f7d9f6b is described below
commit 56f7d9f6b0c4f11c12253fbef044bdd408bcfc14
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 21 17:14:13 2022 -0400
Bump Jacoco from 0.8.7 to 0.8.8
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 958a7f97d..d9d529095 100644
--- a/pom.xml
+++ b/pom.xml
@@ -591,7 +591,7 @@
<!-- Override clirr version to enable clirr on Java 8 -->
<commons.clirr.version>2.8</commons.clirr.version>
- <commons.jacoco.version>0.8.7</commons.jacoco.version>
+ <commons.jacoco.version>0.8.8</commons.jacoco.version>
<commons.junit.version>5.8.2</commons.junit.version>
<!-- Override commons parent version to allow build on java 17 -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9740e9a97..15f65a18a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -199,7 +199,7 @@
Add
org.apache.commons.collections4.properties.PropertiesFactory.EMPTY_PROPERTIES.
</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">
- [build] Update Jacoco from 0.8.4 to 0.8.7.
+ Bump Jacoco from 0.8.4 to 0.8.8.
</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">
[test] Update org.easymock:easymock 4.1 -> 4.2.