This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-permissions-sling.git
commit 75e2bdb01069240ff0536b015215a466493e1b4c Author: Oliver Lietz <[email protected]> AuthorDate: Sun Feb 12 21:14:54 2023 +0100 update test dependency --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fb1d0b2..045d44b 100644 --- a/pom.xml +++ b/pom.xml @@ -256,7 +256,7 @@ <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> - <version>4.9.0</version> + <version>5.1.1</version> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId>
