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 219c22e Update tests from org.mockito:mockito-core from 2.23.0 to
2.24.0.
219c22e is described below
commit 219c22efbf81f7c633b63b223c1e28d00104cb24
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Feb 10 09:07:22 2019 -0500
Update tests from org.mockito:mockito-core from 2.23.0 to 2.24.0.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7b90c1c..abb5559 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>2.23.0</version>
+ <version>2.24.0</version>
<scope>test</scope>
</dependency>