This is an automated email from the ASF dual-hosted git repository. daim pushed a commit to branch OAK-11937 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit cb2a05daabd3b5b90c28ab41be995fb6e1ecd9ae Author: rishabhdaim <[email protected]> AuthorDate: Mon Sep 22 13:07:31 2025 +0530 OAK-11937 : upgraded mockito core --- oak-parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml index 6cc986ec7c..c82e99bfc4 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -67,7 +67,7 @@ <jackson.version>2.17.3</jackson.version> <testcontainers.version>1.21.1</testcontainers.version> <pax-exam.version>4.13.1</pax-exam.version> - <groovy.version>3.0.24</groovy.version> + <groovy.version>3.0.25</groovy.version> <netty.version>4.1.119.Final</netty.version> <!-- determines the bytecode version (i.e. the minimum JRE required to run the build artifact) --> <javaTargetVersion>11</javaTargetVersion> @@ -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>
