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/08/06 14:38:36 UTC

[commons-compress] branch master updated: Bump mockito-core from 3.11.1 to 3.11.2 (#209)

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 5020f89  Bump mockito-core from 3.11.1 to 3.11.2 (#209)
5020f89 is described below

commit 5020f894b212063cd78809479564f268f3f55727
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 6 10:38:31 2021 -0400

    Bump mockito-core from 3.11.1 to 3.11.2 (#209)
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.1 to 3.11.2.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v3.11.1...v3.11.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    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 bead6fa..3bc78d5 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.11.1</mockito.version>
+    <mockito.version>3.11.2</mockito.version>
     <commons.pmd-plugin.version>3.14.0</commons.pmd-plugin.version>
 
     <commons.manifestlocation>${project.build.outputDirectory}/META-INF</commons.manifestlocation>