This is an automated email from the ASF dual-hosted git repository. daim 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 88f017d4e7 OAK-11937 : upgraded mockito core (#2522) 88f017d4e7 is described below commit 88f017d4e714de810476f7849d50f059f4d00016 Author: Rishabh Kumar <rishabhdaim1...@gmail.com> AuthorDate: Mon Sep 22 15:40:57 2025 +0530 OAK-11937 : upgraded mockito core (#2522) --- 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 6cc986ec7c..6e178bff84 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -532,7 +532,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>5.19.0</version> + <version>5.20.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId>