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 2016/12/20 20:21:48 UTC

svn commit: r1775349 - /sling/trunk/bundles/api/pom.xml

Author: sseifert
Date: Tue Dec 20 20:21:47 2016
New Revision: 1775349

URL: http://svn.apache.org/viewvc?rev=1775349&view=rev
Log:
update mockito testing dependency

Modified:
    sling/trunk/bundles/api/pom.xml

Modified: sling/trunk/bundles/api/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/api/pom.xml?rev=1775349&r1=1775348&r2=1775349&view=diff
==============================================================================
--- sling/trunk/bundles/api/pom.xml (original)
+++ sling/trunk/bundles/api/pom.xml Tue Dec 20 20:21:47 2016
@@ -86,7 +86,7 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>1.10.19</version>
+            <version>2.3.7</version>
             <scope>test</scope>
         </dependency>
     </dependencies>