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-caconfig-bnd-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new d9efa7a SLING-13118 update test dependencies (#4)
d9efa7a is described below
commit d9efa7aa6e6e91bb7c28e26d9448d80240f392f7
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Feb 16 10:54:36 2026 +0100
SLING-13118 update test dependencies (#4)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 397c05a..43b0548 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>4.1.0</version>
+ <version>5.21.0</version>
<scope>test</scope>
</dependency>
<dependency>