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 80a494cd9a6222f14faf86a70d18ee2df88cb773
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jun 11 21:03:19 2021 -0400

    Bump commons.jacoco.version 0.8.5 -> 0.8.7, to build on Java 16.
---
 pom.xml                 | 1 +
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3230613..d048b0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
 
     <pax.exam.version>4.13.1</pax.exam.version>
     <slf4j.version>1.7.30</slf4j.version>
+    <commons.jacoco.version>0.8.7</commons.jacoco.version>
   </properties>
 
   <issueManagement>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 225575e..bd7ac36 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -320,6 +320,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" due-to="Dependabot" dev="ggregory">
         Bump mockito-core from 1.10.19 to 3.8.0, #161, #170.
       </action>
+      <action type="update" due-to="Gary Gregory" dev="ggregory">
+        Bump commons.jacoco.version 0.8.5 -> 0.8.7, to build on Java 16.
+      </action>
       <action issue="COMPRESS-569" type="fix" date="2021-03-06">
         Checked the sizes read for archive entries and reject archives
         as broken with negative entry sizes.

Reply via email to