You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/29 18:41:33 UTC

[commons-compress] branch master updated: Bump japicmp from 0.16.0 to 0.17.1

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c300378 Bump japicmp from 0.16.0 to 0.17.1
7c300378 is described below

commit 7c30037871fbc936d703064fb6ab45d2aa2644c1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Nov 29 13:41:28 2022 -0500

    Bump japicmp from 0.16.0 to 0.17.1
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2c42b86f..89f7e724 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <pax.exam.version>4.13.5</pax.exam.version>
     <slf4j.version>2.0.4</slf4j.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
-    <commons.japicmp.version>0.16.0</commons.japicmp.version>
+    <commons.japicmp.version>0.17.1</commons.japicmp.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <asm.version>9.4</asm.version>
   </properties>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fe175c7e..657efb81 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump pmd from 6.50.0 to 6.52.0.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump memoryfilesystem from 2.3.0 to 2.4.0 #330.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump slf4j-api from 2.0.3 to 2.0.4 #329.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump japicmp from 0.16.0 to 0.17.1.</action>
     </release>
     <release version="1.22" date="2022-11-01">
       <!-- FIX -->