This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13128-parent-66 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-resourceresolver-mock.git
commit 76c339c28bb183f6b2b8386c7ed1fbb326dd5696 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Feb 26 15:05:21 2026 +0100 SLING-13128 Update to Parent 66 --- pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f9d17cc..220dfff 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>62</version> + <version>66</version> <relativePath /> </parent> @@ -103,13 +103,11 @@ <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> - <version>6.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.http.wrappers</artifactId> - <version>1.1.10</version> <scope>provided</scope> </dependency> @@ -169,7 +167,6 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>5.8.0</version> <scope>test</scope> </dependency> <dependency>
