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-testing-sling-mock-oak.git
The following commit(s) were added to refs/heads/master by this push:
new 9406e32 SLING-13128 Update to Parent 66 (#19)
9406e32 is described below
commit 9406e32469ab1ecf5a3732b271e109543e9c58ad
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Feb 26 15:40:31 2026 +0100
SLING-13128 Update to Parent 66 (#19)
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 48dd42d..186f12f 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>
@@ -147,7 +147,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.20.0</version>
<scope>test</scope>
</dependency>
<dependency>