This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-11295-dependency-update in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock-oak.git
commit b3a09f90121e3d0a0639702c3f308be19c2facf7 Author: Stefan Seifert <[email protected]> AuthorDate: Thu May 5 16:02:03 2022 +0200 SLING-11295 Update Dependencies to 2020 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 477242f..ffe0ca3 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>46</version> + <version>47</version> <relativePath /> </parent> @@ -37,7 +37,7 @@ <properties> <oak.version>1.40.0</oak.version> <jackrabbit.version>2.20.2</jackrabbit.version> - <sling-mock.version>3.2.0</sling-mock.version> + <sling-mock.version>3.3.0-SNAPSHOT</sling-mock.version> <project.build.outputTimestamp>2021-12-07T10:09:46Z</project.build.outputTimestamp> </properties> @@ -132,7 +132,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.7.0</version> + <version>4.5.1</version> <scope>test</scope> </dependency> <dependency>
