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-spi.git
The following commit(s) were added to refs/heads/master by this push:
new 22deb4d SLING-13128 Update to Parent 66 (#7)
22deb4d is described below
commit 22deb4d20eb1063f6ee54c40101c6a8d58c43d04
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Feb 26 14:50:11 2026 +0100
SLING-13128 Update to Parent 66 (#7)
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1308a6e..b15a1c9 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>
@@ -104,7 +104,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.21.0</version>
<scope>test</scope>
</dependency>
</dependencies>