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 2018/11/14 02:32:02 UTC

commons-dbcp git commit: Update tests from Mockito 2.21.0 to 2.23.0.

Repository: commons-dbcp
Updated Branches:
  refs/heads/master 6c97f898c -> dcb7cd96b


Update tests from Mockito 2.21.0 to 2.23.0.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/dcb7cd96
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/dcb7cd96
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/dcb7cd96

Branch: refs/heads/master
Commit: dcb7cd96ba9e962ab7ebe9bcc4bf977740afefba
Parents: 6c97f89
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Nov 13 19:31:59 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Nov 13 19:31:59 2018 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/dcb7cd96/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bdeb22c..0a23358 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.21.0</version>
+      <version>2.23.0</version>
       <scope>test</scope>
     </dependency>