You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/01/03 16:11:08 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-9574: Update Mockito dependency to 3.12.4

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 79f727d2f1 OAK-9574: Update Mockito dependency to 3.12.4
79f727d2f1 is described below

commit 79f727d2f170fd0004ece8ba002360c82f533614
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Wed Sep 15 13:28:55 2021 +0100

    OAK-9574: Update Mockito dependency to 3.12.4
---
 oak-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 7ab2e87109..f2b8c8d284 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -566,7 +566,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>3.7.7</version>
+        <version>3.12.4</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>