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 efbf4cbcf0 OAK-10994: Update Mockito dependency to 5.12.0 (#1618)
efbf4cbcf0 is described below
commit efbf4cbcf09a8c9df19e340e08670f030ab0da0a
Author: Julian Reschke <[email protected]>
AuthorDate: Thu Aug 1 06:13:34 2024 +0200
OAK-10994: Update Mockito dependency to 5.12.0 (#1618)
---
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 212b293845..5f24baa59d 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -569,7 +569,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.6.0</version>
+ <version>5.12.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>