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

sseifert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git


The following commit(s) were added to refs/heads/master by this push:
     new abcc033  SLING-13128 Update to Parent 66 (#50)
abcc033 is described below

commit abcc033bc2f2fca479d8cea27896fae7c89681f6
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Feb 26 15:34:43 2026 +0100

    SLING-13128 Update to Parent 66 (#50)
---
 junit5/pom.xml | 17 ++++-------------
 parent/pom.xml | 12 +-----------
 2 files changed, 5 insertions(+), 24 deletions(-)

diff --git a/junit5/pom.xml b/junit5/pom.xml
index ad54ac8..49aa520 100644
--- a/junit5/pom.xml
+++ b/junit5/pom.xml
@@ -32,19 +32,10 @@
 
     <name>Apache Sling Testing OSGi Mock JUnit 5</name>
 
-    <dependencyManagement>
-        <dependencies>
-
-            <dependency>
-                <groupId>org.junit</groupId>
-                <artifactId>junit-bom</artifactId>
-                <version>5.10.1</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-
-        </dependencies>
-    </dependencyManagement>
+    <properties>
+        <!-- Override: Compatibility with older JUnit 5 versions -->
+        <junit5.version>5.10.1</junit5.version>
+    </properties>
 
     <dependencies>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 2a72e8d..d73139a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>62</version>
+        <version>66</version>
         <relativePath />
     </parent>
 
@@ -96,16 +96,6 @@
                 <version>2.14.0</version>
             </dependency>
 
-            <dependency>
-                <groupId>org.mockito</groupId>
-                <artifactId>mockito-core</artifactId>
-                <version>5.8.0</version>
-            </dependency>
-            <dependency>
-                <groupId>org.mockito</groupId>
-                <artifactId>mockito-junit-jupiter</artifactId>
-                <version>5.8.0</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>org.apache.sling.testing.logging-mock</artifactId>

Reply via email to