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/09/02 18:39:53 UTC

[commons-dbcp] branch master updated: Bump mockito-core from 3.12.1 to 3.12.4 (#128)

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-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new 66d171f  Bump mockito-core from 3.12.1 to 3.12.4 (#128)
66d171f is described below

commit 66d171fb5b8bc2c18948d7fee75725eea9ec84bf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 2 14:39:48 2021 -0400

    Bump mockito-core from 3.12.1 to 3.12.4 (#128)
    
    Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.1 to 3.12.4.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v3.12.1...v3.12.4)
    
    ---
    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 ff91853..210f1be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,7 +205,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>3.12.1</version>
+      <version>3.12.4</version>
       <scope>test</scope>
     </dependency>