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/06 13:33:03 UTC

[jackrabbit-oak] branch 1.22 updated: OAK-10015: Update Mockito dependency to 4.9.0 (#776)

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 fbb6266951 OAK-10015: Update Mockito dependency to 4.9.0 (#776)
fbb6266951 is described below

commit fbb6266951d7acaf1e37a0c41a01942fce2de166
Author: Julian Reschke <re...@apache.org>
AuthorDate: Thu Dec 1 06:11:57 2022 +0100

    OAK-10015: Update Mockito dependency to 4.9.0 (#776)
---
 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 f29b3771b1..46626c6e6f 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.12.4</version>
+        <version>4.9.0</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>