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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 133113524e OAK-11704: Update Mockito dependency to 5.17.0 (#2279)
133113524e is described below

commit 133113524eb2f1c9d6b199d480d6c97c8fcd8d59
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Thu May 8 08:10:39 2025 +0200

    OAK-11704: Update Mockito dependency to 5.17.0 (#2279)
---
 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 4f2e6548b6..52f86ea935 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -552,7 +552,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>5.13.0</version>
+        <version>5.17.0</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>

Reply via email to