This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-10015 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 6c795bc209ca8028c1a360f831bdec46c6009ec0 Author: Julian Reschke <[email protected]> AuthorDate: Wed Nov 30 22:10:44 2022 +0100 OAK-10015: Update Mockito dependency to 4.9.0 --- 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 07f4a6cae3..e2f8dfea48 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -558,7 +558,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>
