This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch feature/SLING-7802-nullability
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-jcr-mock.git
The following commit(s) were added to refs/heads/feature/SLING-7802-nullability
by this push:
new 5289038 SLING-7802 update dependencies
5289038 is described below
commit 52890389a04011fcf0c3c57ca5e91974b9fc0fcd
Author: sseifert <[email protected]>
AuthorDate: Mon Aug 6 18:17:15 2018 +0200
SLING-7802 update dependencies
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8b5b131..1d2744a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.0.1</version>
+ <version>3.3.2</version>
<scope>compile</scope>
</dependency>
@@ -97,8 +97,8 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>1.9.5</version>
+ <artifactId>mockito-core</artifactId>
+ <version>2.21.0</version>
<scope>test</scope>
</dependency>
<dependency>