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 15:24:28 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-9329: bump mockito to version 3.7.7 (fixes compatibility with java 15)

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 f5abab882e OAK-9329: bump mockito to version 3.7.7 (fixes compatibility with java 15)
f5abab882e is described below

commit f5abab882ee0a820ab515ee30eaa11a1eaeb00e9
Author: Fabrizio Fortino <fo...@apache.org>
AuthorDate: Wed Jan 20 14:46:38 2021 +0000

    OAK-9329: bump mockito to version 3.7.7 (fixes compatibility with java 15)
    
    git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1885717 13f79535-47bb-0310-9956-ffa450edef68
---
 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 7a6ca16a20..7ab2e87109 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.3.3</version>
+        <version>3.7.7</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>