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-impl.git
commit 1535b26177c3fe5ab548d223ba3dfba4d334cade Author: Stefan Seifert <[email protected]> AuthorDate: Fri Jan 23 10:12:09 2026 +0100 SLING-13068 Update to Parent 65 also update testing dependencies --- pom.xml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 07a2857..0794a4d 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> <artifactId>org.apache.sling.models.impl</artifactId> @@ -88,13 +88,11 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> - <version>4.0.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> - <version>6.0.0</version> <scope>provided</scope> </dependency> <dependency> @@ -165,22 +163,32 @@ <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-engine</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-launcher</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> - <version>4.4.0</version> + <version>5.21.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.osgi-mock.junit4</artifactId> - <version>3.5.2</version> + <version>3.5.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>4.4.0</version> + <version>5.21.0</version> <scope>test</scope> </dependency> <dependency>
