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 2019/02/23 13:35:25 UTC

[commons-dbcp] branch master updated: Update tests from org.mockito:mockito-core 2.24.0 to 2.24.5.

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 6e13cf5  Update tests from org.mockito:mockito-core 2.24.0 to 2.24.5.
6e13cf5 is described below

commit 6e13cf5086851a525df8b3bd54fe481a115a01ce
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 23 08:35:22 2019 -0500

    Update tests from org.mockito:mockito-core 2.24.0 to 2.24.5.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9fd4424..b9f5e97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.24.0</version>
+      <version>2.24.5</version>
       <scope>test</scope>
     </dependency>