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-resourceresolver-mock.git
The following commit(s) were added to refs/heads/master by this push:
new bddf46e SLING-12144 - Bump Mockito dependency to latest version
(5.7.0) (#13)
bddf46e is described below
commit bddf46e2cfea6c8fd590824161a9e8efd4b46ae2
Author: Rob McDougall <[email protected]>
AuthorDate: Thu Nov 16 10:41:24 2023 -0500
SLING-12144 - Bump Mockito dependency to latest version (5.7.0) (#13)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 35f8c1e..36d14d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>4.7.0</version>
+ <version>5.7.0</version>
<scope>test</scope>
</dependency>
<dependency>