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-bnd-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 48728ea SLING-13128 Update to Parent 66 (#5)
48728ea is described below
commit 48728eaa21bd9e1e691635b22982dbc765ac68e6
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Feb 26 15:06:16 2026 +0100
SLING-13128 Update to Parent 66 (#5)
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 43b0548..e9907d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling</artifactId>
- <version>62</version>
+ <version>66</version>
<relativePath />
</parent>
@@ -65,7 +65,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.21.0</version>
<scope>test</scope>
</dependency>
<dependency>