This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git
The following commit(s) were added to refs/heads/master by this push:
new 0a45b82 update mockito testing dependency
0a45b82 is described below
commit 0a45b8271ec27cde1393c425606b3ac9fc84d0b5
Author: sseifert <[email protected]>
AuthorDate: Thu Nov 14 15:46:46 2019 +0100
update mockito testing dependency
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f185294..9aad6d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>2.21.0</version>
+ <version>3.1.0</version>
<scope>test</scope>
</dependency>
<dependency>