You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/09/09 05:12:23 UTC

[commons-compress] branch master updated: Bump mockito.version from 4.7.0 to 4.8.0

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

kinow 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 707f27d6 Bump mockito.version from 4.7.0 to 4.8.0
707f27d6 is described below

commit 707f27d623ef8094d765ace6b78c3d624b2faca4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 9 05:10:34 2022 +0000

    Bump mockito.version from 4.7.0 to 4.8.0
    
    Bumps `mockito.version` from 4.7.0 to 4.8.0.
    
    Updates `mockito-core` from 4.7.0 to 4.8.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.7.0...v4.8.0)
    
    Updates `mockito-junit-jupiter` from 4.7.0 to 4.8.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.7.0...v4.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 14a20f6d..d550be76 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.7.0</mockito.version>
+    <mockito.version>4.8.0</mockito.version>
     <commons.pmd-plugin.version>3.19.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 f50dfa1a..a9c09156 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -192,7 +192,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump junit.version from 5.8.2 to 5.9.0 #302.
       </action>
       <action type="update" dev="kinow" due-to="Dependabot">
-        Bump mockito.version from 4.6.1 to 4.7.0 #307.
+        Bump mockito.version from 4.6.1 to 4.8.0 #307, #312.
       </action>
     </release>
     <release version="1.21" date="2021-07-12"