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-jacksonexporter.git
commit ca1b691b90b34b7ce49469d7f11b20210f5e126a Author: Stefan Seifert <[email protected]> AuthorDate: Fri Jan 23 10:31:51 2026 +0100 SLING-13068 Update to Parent 65 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>
