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-caconfig.git
The following commit(s) were added to refs/heads/master by this push:
new f119afb SLING-13068 Update to Parent 65 (#5)
f119afb is described below
commit f119afbb1bdc9559280042bc6e631fb1a8c0d3cb
Author: Stefan Seifert <[email protected]>
AuthorDate: Fri Jan 23 13:30:00 2026 +0100
SLING-13068 Update to Parent 65 (#5)
also update testing dependencies
---
pom.xml | 20 ++++----------------
1 file changed, 4 insertions(+), 16 deletions(-)
diff --git a/pom.xml b/pom.xml
index cd7f618..8f7ba3f 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>
@@ -41,22 +41,10 @@
</scm>
<properties>
- <sling.java.version>8</sling.java.version>
+ <sling.java.version>11</sling.java.version>
<project.build.outputTimestamp>2022-08-08T14:03:16Z</project.build.outputTimestamp>
</properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.junit</groupId>
- <artifactId>junit-bom</artifactId>
- <version>5.8.2</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
<dependencies>
<dependency>
@@ -142,7 +130,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.sling-mock.junit5</artifactId>
- <version>3.2.2</version>
+ <version>3.5.6</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -154,7 +142,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.caconfig-mock-plugin</artifactId>
- <version>1.4.0</version>
+ <version>1.5.4</version>
<scope>test</scope>
</dependency>
<dependency>