This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-jcr-mock.git
The following commit(s) were added to refs/heads/master by this push:
new 9732bec SLING-12144 - Bump Mockito dependency to latest version
(5.7.0) (#26)
9732bec is described below
commit 9732bec7731fc928b8eae77a82237fe7438f4c3b
Author: Rob McDougall <[email protected]>
AuthorDate: Thu Nov 16 10:37:20 2023 -0500
SLING-12144 - Bump Mockito dependency to latest version (5.7.0) (#26)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8952daa..f156bae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>4.5.1</version>
+ <version>5.7.0</version>
<scope>test</scope>
</dependency>
<dependency>