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-jacksonexporter.git
The following commit(s) were added to refs/heads/master by this push:
new 8a5bc97 SLING-13068 Update to Parent 65 (#16)
8a5bc97 is described below
commit 8a5bc970ff01586085555c3a4a15139b8ad2f801
Author: Stefan Seifert <[email protected]>
AuthorDate: Fri Jan 23 13:30:42 2026 +0100
SLING-13068 Update to Parent 65 (#16)
also update testing dependencies
---
pom.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8d40cc5..25e4e77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sling</groupId>
<artifactId>sling-bundle-parent</artifactId>
- <version>62</version>
+ <version>65</version>
<relativePath />
</parent>
@@ -100,7 +100,6 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
- <version>6.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -155,13 +154,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.osgi-mock.junit5</artifactId>
- <version>3.5.2</version>
+ <version>3.5.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.sling-mock.junit5</artifactId>
- <version>3.5.2</version>
+ <version>3.5.6</version>
<scope>test</scope>
</dependency>
<dependency>