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/03/11 11:42:30 UTC

[commons-compress] branch master updated: Bump mockito.version from 4.3.1 to 4.4.0 (#253)

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 3190834  Bump mockito.version from 4.3.1 to 4.4.0 (#253)
3190834 is described below

commit 3190834bc0ad31413d3af359bc5c3896483f3b17
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 11 06:42:25 2022 -0500

    Bump mockito.version from 4.3.1 to 4.4.0 (#253)
    
    Bumps `mockito.version` from 4.3.1 to 4.4.0.
    
    Updates `mockito-core` from 4.3.1 to 4.4.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.4.0)
    
    Updates `mockito-junit-jupiter` from 4.3.1 to 4.4.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.4.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>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aa53c52..5b6f38e 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.3.1</mockito.version>
+    <mockito.version>4.4.0</mockito.version>
     <commons.pmd-plugin.version>3.15.0</commons.pmd-plugin.version>
 
     <commons.manifestlocation>${project.build.outputDirectory}/META-INF</commons.manifestlocation>