This is an automated email from the ASF dual-hosted git repository.

enorman pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log.git


The following commit(s) were added to refs/heads/master by this push:
     new 41bafc8  SLING-13084 Update to Parent 65 (#29)
41bafc8 is described below

commit 41bafc8a12beb4caa025a48af8f8b752fe103a79
Author: Eric Norman <[email protected]>
AuthorDate: Wed Feb 11 19:53:09 2026 -0800

    SLING-13084 Update to Parent 65 (#29)
---
 pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4ab6005..150b85e 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,11 +41,9 @@
     </scm>
 
     <properties>
-        <slf4j.version>2.0.17</slf4j.version>
         <logback.version>1.5.26</logback.version>
         <!-- Higher versions of pax exam cause class loading errors -->
         <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
-        <junit-jupiter.version>5.10.2</junit-jupiter.version>
         
<project.build.outputTimestamp>1763081338</project.build.outputTimestamp>
         <sling.java.version>11</sling.java.version>
     </properties>
@@ -78,7 +76,6 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.util.converter</artifactId>
-            <version>1.0.9</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -101,7 +98,6 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>${slf4j.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -148,26 +144,22 @@
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-api</artifactId>
-            <version>${junit-jupiter.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-engine</artifactId>
-            <version>${junit-jupiter.version}</version>
             <scope>test</scope>
         </dependency>
         <!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 
API  -->
         <dependency>
             <groupId>org.junit.vintage</groupId>
             <artifactId>junit-vintage-engine</artifactId>
-            <version>${junit-jupiter.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-params</artifactId>
-            <version>${junit-jupiter.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -258,7 +250,6 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.util.function</artifactId>
-            <version>1.2.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -270,7 +261,6 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.util.promise</artifactId>
-            <version>1.3.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to