You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2020/10/20 10:43:24 UTC

svn commit: r1882682 - in /jackrabbit/branches/2.20: ./ jackrabbit-parent/pom.xml

Author: reschke
Date: Tue Oct 20 10:43:24 2020
New Revision: 1882682

URL: http://svn.apache.org/viewvc?rev=1882682&view=rev
Log:
JCR-4638: Update mockito dependency to 3.5.10 (merged r1881588 into 2.20)

Modified:
    jackrabbit/branches/2.20/   (props changed)
    jackrabbit/branches/2.20/jackrabbit-parent/pom.xml

Propchange: jackrabbit/branches/2.20/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1881588

Modified: jackrabbit/branches/2.20/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/jackrabbit-parent/pom.xml?rev=1882682&r1=1882681&r2=1882682&view=diff
==============================================================================
--- jackrabbit/branches/2.20/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/branches/2.20/jackrabbit-parent/pom.xml Tue Oct 20 10:43:24 2020
@@ -647,7 +647,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>3.5.7</version>
+        <version>3.5.10</version>
       </dependency>
     </dependencies>
   </dependencyManagement>