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 <[email protected]>
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 -->

Reply via email to