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 2021/01/02 16:21:16 UTC

[commons-compress] branch master updated: mockito.version 3.6.0 -> 3.6.28 to try to get the build to pass on Java 16 and 17.

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 4944b13  mockito.version 3.6.0 -> 3.6.28 to try to get the build to pass on Java 16 and 17.
4944b13 is described below

commit 4944b13a898c407912a99e5d71011243f94a9244
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 2 11:21:11 2021 -0500

    mockito.version 3.6.0 -> 3.6.28 to try to get the build to pass on Java
    16 and 17.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2bcb367..85ed45d 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.20</commons.bc.version>
-    <mockito.version>3.6.0</mockito.version>
+    <mockito.version>3.6.28</mockito.version>
     <commons.pmd-plugin.version>3.13.0</commons.pmd-plugin.version>
 
     <commons.manifestlocation>${project.build.outputDirectory}/META-INF</commons.manifestlocation>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 01bfc72..fa2831f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -261,7 +261,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump memoryfilesystem from 1.3.0 to 2.1.0 #131.
       </action>
       <action type="update" date="2020-11-01" due-to="Gary Gregory" dev="ggregory">
-        Update Mockito 1.10.19 -> 3.6.0.
+        Update Mockito 1.10.19 -> 3.6.28.
       </action>
       <action issue="COMPRESS-558" type="fix" date="2020-11-13"
               due-to="Robin Schimpf" dev="Robin Schimpf">