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-models-api.git
The following commit(s) were added to refs/heads/master by this push:
new 382bfc7 SLING-13068 Update to Parent 65 (#17)
382bfc7 is described below
commit 382bfc74c0359ef6df2d4c8bcdef385a28969e80
Author: Stefan Seifert <[email protected]>
AuthorDate: Fri Jan 23 13:29:12 2026 +0100
SLING-13068 Update to Parent 65 (#17)
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b166394..99dc8c7 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>65</version>
<relativePath />
</parent>
@@ -74,7 +74,6 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
- <version>6.0.0</version>
<scope>provided</scope>
</dependency>
<!-- testing dependencies -->