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-compress.git
commit 473d5e1ceaa2686cc7bf14462894496dfd779416 Author: Gary Gregory <[email protected]> AuthorDate: Thu May 5 09:34:46 2022 -0400 Bump commons.jacoco.version from 0.8.7 to 0.8.8 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1aa33a05..6d44b9c5 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <junit.version>5.8.2</junit.version> <pax.exam.version>4.13.5</pax.exam.version> <slf4j.version>1.7.36</slf4j.version> - <commons.jacoco.version>0.8.7</commons.jacoco.version> + <commons.jacoco.version>0.8.8</commons.jacoco.version> <commons.japicmp.version>0.15.7</commons.japicmp.version> <commons.javadoc.version>3.4.0</commons.javadoc.version> <asm.version>9.3</asm.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fd207832..e2833331 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -179,6 +179,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="kinow" due-to="Dependabot"> Bump github/codeql-action from 1 to 2 #287. </action> + <action type="update" dev="kinow" due-to="Gary Gregory"> + Bump commons.jacoco.version from 0.8.7 to 0.8.8. + </action> </release> <release version="1.21" date="2021-07-12" description="Release 1.21 (Java 8)
