This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-10301 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 05973f22dc26befd7035b9e834e89291c420a73b Author: Julian Reschke <[email protected]> AuthorDate: Tue Jun 13 17:59:13 2023 +0100 OAK-10301: Update Mockito dependency to 4.11.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 e0ac973834..a722f057a7 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -542,7 +542,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>4.9.0</version> + <version>4.11.0</version> </dependency> <dependency> <groupId>org.slf4j</groupId>
