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-sling-mock-oak.git
The following commit(s) were added to refs/heads/master by this push:
new 21edf41 SLING-12144 update to mockito 5.7.0
21edf41 is described below
commit 21edf41988f4e83bd4e07eb07e88846cbd97e319
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Nov 16 16:55:40 2023 +0100
SLING-12144 update to mockito 5.7.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 17f0046..f5583fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,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>