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-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new d18acf8d Update Jacoco from 0.8.7 to 0.8.8.
d18acf8d is described below
commit d18acf8d5387c0aa232ae6c26a7d499f5dfacc17
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 21 18:23:09 2022 -0400
Update 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 36254091..434ebd91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
<commons.japicmp.version>0.15.7</commons.japicmp.version>
<commons.clirr.version>2.8</commons.clirr.version>
<commons.encoding>utf-8</commons.encoding>
- <commons.jacoco.version>0.8.6</commons.jacoco.version>
+ <commons.jacoco.version>0.8.8</commons.jacoco.version>
<checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
<checkstyle.version>8.34</checkstyle.version>
<!-- Commons Release Plugin -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8a76c137..9cebec22 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -100,7 +100,7 @@
Update JUnit from 4 to 5 vintage, #78, #112.
</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">
- Update Jacoco from 0.8.4 to 0.8.5.
+ Update Jacoco from 0.8.4 to 0.8.8.
</action>
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
Update JApiCmp from 0.12.0 to 0.15.7, #46, #110.