You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2019/11/14 14:45:46 UTC

[sling-org-apache-sling-testing-osgi-mock] branch master updated: update mockito testing dependency

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-osgi-mock.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b4b22d  update mockito testing dependency
7b4b22d is described below

commit 7b4b22d27062c8b5bf924302d6c302608845bddc
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Thu Nov 14 15:45:32 2019 +0100

    update mockito testing dependency
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 57a2198..fc850d2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -67,12 +67,12 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>2.25.1</version>
+            <version>3.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-junit-jupiter</artifactId>
-            <version>2.25.1</version>
+            <version>3.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>