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/06/29 08:46:29 UTC

svn commit: r1891135 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: reschke
Date: Tue Jun 29 08:46:29 2021
New Revision: 1891135

URL: http://svn.apache.org/viewvc?rev=1891135&view=rev
Log:
JCR-4701: Update mockito dependency to 3.11.2

Modified:
    jackrabbit/trunk/jackrabbit-parent/pom.xml

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1891135&r1=1891134&r2=1891135&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Tue Jun 29 08:46:29 2021
@@ -629,7 +629,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>3.11.1</version>
+        <version>3.11.2</version>
       </dependency>
     </dependencies>
   </dependencyManagement>