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 2021/12/15 12:46:31 UTC

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

Author: reschke
Date: Wed Dec 15 12:46:31 2021
New Revision: 1895985

URL: http://svn.apache.org/viewvc?rev=1895985&view=rev
Log:
JCR-4746: Update mockito dependency to 4.1.0 (merged r1895295 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:r1895295

Modified: jackrabbit/branches/2.20/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/jackrabbit-parent/pom.xml?rev=1895985&r1=1895984&r2=1895985&view=diff
==============================================================================
--- jackrabbit/branches/2.20/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/branches/2.20/jackrabbit-parent/pom.xml Wed Dec 15 12:46:31 2021
@@ -629,7 +629,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>3.12.4</version>
+        <version>4.1.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>