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 2022/06/12 17:44:42 UTC

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

Author: reschke
Date: Sun Jun 12 17:44:41 2022
New Revision: 1901858

URL: http://svn.apache.org/viewvc?rev=1901858&view=rev
Log:
JCR-4779: Update mockito dependency to 4.4.0 (merged r1899816 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:r1899816

Modified: jackrabbit/branches/2.20/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/jackrabbit-parent/pom.xml?rev=1901858&r1=1901857&r2=1901858&view=diff
==============================================================================
--- jackrabbit/branches/2.20/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/branches/2.20/jackrabbit-parent/pom.xml Sun Jun 12 17:44:41 2022
@@ -629,7 +629,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>4.3.1</version>
+        <version>4.4.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>