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-sling-mock.git
The following commit(s) were added to refs/heads/master by this push:
new e4d0939 SLING-13128 update logback version (#57)
e4d0939 is described below
commit e4d093978a1c16e7060aae1cd2d0528a9b88e6cc
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Feb 26 15:39:45 2026 +0100
SLING-13128 update logback version (#57)
---
junit5/pom.xml | 17 ++++-------------
parent/pom.xml | 13 +------------
2 files changed, 5 insertions(+), 25 deletions(-)
diff --git a/junit5/pom.xml b/junit5/pom.xml
index 8fb4c79..9cde888 100644
--- a/junit5/pom.xml
+++ b/junit5/pom.xml
@@ -32,19 +32,10 @@
<name>Apache Sling Testing Sling 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 dff0662..26f43c3 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>
@@ -315,17 +315,6 @@
<version>2.2.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>
-
</dependencies>
</dependencyManagement>