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/04 21:02:02 UTC

[commons-compress] branch master updated: Bump mockito.version from 4.8.0 to 4.8.1 (#328)

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 f2033bec Bump mockito.version from 4.8.0 to 4.8.1 (#328)
f2033bec is described below

commit f2033bec398f050d5bf0d6ae79ecae66b40cb358
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Nov 4 17:01:56 2022 -0400

    Bump mockito.version from 4.8.0 to 4.8.1 (#328)
    
    Bumps `mockito.version` from 4.8.0 to 4.8.1.
    
    Updates `mockito-core` from 4.8.0 to 4.8.1
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.8.1)
    
    Updates `mockito-junit-jupiter` from 4.8.0 to 4.8.1
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    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 86e273e3..0829121b 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.8.1</mockito.version>
     <commons.pmd.version>3.19.0</commons.pmd.version>
     <commons.pmd-impl.version>6.50.0</commons.pmd-impl.version>