This is an automated email from the ASF dual-hosted git repository. cziegeler pushed a commit to branch appmod/java-upgrade-20250910060318 in repository https://gitbox.apache.org/repos/asf/sling-samples.git
commit ae6e924835a92531fd3f69abf67eae5253f9b1c9 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Sep 10 08:52:57 2025 +0200 Updated Sling testing dependencies to latest versions --- slingshot/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slingshot/pom.xml b/slingshot/pom.xml index a95507a..18686e1 100644 --- a/slingshot/pom.xml +++ b/slingshot/pom.xml @@ -227,7 +227,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId> - <version>3.0.4</version> + <version>4.0.0-1.62.0</version> <scope>test</scope> </dependency> <dependency> @@ -239,7 +239,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.sling-mock</artifactId> - <version>3.5.2</version> + <version>4.0.0</version> <scope>test</scope> </dependency> <dependency>
