This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-12817 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-oauth-client.git
commit 74b81e7f784271b9dfca3ec0598034e95d88e43b Author: Robert Munteanu <[email protected]> AuthorDate: Tue Jun 3 15:08:51 2025 +0200 SLING-12817 - Update to parent pom 62 Update the parent pom version and remove version overrides. --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ecc9031..516f32f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling-bundle-parent</artifactId> - <version>49</version> + <version>62</version> <relativePath/> </parent> @@ -324,13 +324,11 @@ <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> - <version>5.9.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> - <version>5.9.2</version> <scope>test</scope> </dependency> <dependency>
