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:35:33 UTC

[commons-compress] branch release updated (4af55ca1 -> be89e73c)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


    from 4af55ca1 Bump com.github.marschall:memoryfilesystem from 2.3.0 to 2.4.0
     new 399e3e8e Bump org.mockito:mockito-core from 4.8.0 to 4.9.0
     new be89e73c Bump japicmp-maven-plugin from 0.16.0 to 0.17.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 |  4 ++--
 src/changes/changes.xml | 11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)


[commons-compress] 02/02: Bump japicmp-maven-plugin from 0.16.0 to 0.17.1

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-compress.git

commit be89e73c9512785ca3fcda4126675018dff87309
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Nov 29 13:34:13 2022 -0500

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

diff --git a/pom.xml b/pom.xml
index 44692731..6e5cb1e5 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.3</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 0837d304..473c70b1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump org.mockito:mockito-junit-jupiter from 4.8.0 to 4.9.0.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump japicmp-maven-plugin from 0.16.0 to 0.17.1.
+      </action>
     </release>
     <release version="1.22" date="2022-11-25" description="Minor release (Java 8)">
       <!-- FIX -->


[commons-compress] 01/02: Bump org.mockito:mockito-core from 4.8.0 to 4.9.0

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-compress.git

commit 399e3e8e9d467dbe33b416087afaa4d470e79bf1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Nov 29 13:32:44 2022 -0500

    Bump org.mockito:mockito-core from 4.8.0 to 4.9.0
    
    Bump org.mockito:mockito-junit-jupiter from 4.8.0 to 4.9.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d95df7d3..44692731 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <commons.rc.version>RC1</commons.rc.version>
     <!-- old version used by japicmp -->
     <commons.bc.version>1.21</commons.bc.version>
-    <mockito.version>4.8.0</mockito.version>
+    <mockito.version>4.9.0</mockito.version>
     <commons.pmd.version>3.19.0</commons.pmd.version>
     <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0ae6cb6c..0837d304 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">
         Make org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel.position(long) obey the contract for
-        java.nio.channels.SeekableByteChannel.position(long) and throw IllegalArgumentException on negative newPosition input.
+        java.nio.channels.SeekableByteChannel.position(long) and throw IllegalArgumentException on negative newPosition input
       </action>
       <action issue="COMPRESS-623" type="fix" dev="ggregory" due-to="Dawid Weiss, Gary Gregory">
         Make ZipFile's getRawInputStream usable when local headers are not read #306.
@@ -58,6 +58,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump com.github.marschall:memoryfilesystem from 2.3.0 to 2.4.0.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump org.mockito:mockito-core from 4.8.0 to 4.9.0.
+      </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump org.mockito:mockito-junit-jupiter from 4.8.0 to 4.9.0.
+      </action>
     </release>
     <release version="1.22" date="2022-11-25" description="Minor release (Java 8)">
       <!-- FIX -->