This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13068-parent-65 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-caconfig.git
commit 1bd1a23f467a85f93909a6a0d4274f447cd2bef5 Author: Stefan Seifert <[email protected]> AuthorDate: Fri Jan 23 10:32:08 2026 +0100 SLING-13068 Update to Parent 65 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>
