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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b1669f  SLING-13074 Manage Mockito Dependencies, Update to latest 
JUnit 5 (#64)
8b1669f is described below

commit 8b1669f50c985a7b3155342371a62f24560bbbf4
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Jan 26 16:58:45 2026 +0100

    SLING-13074 Manage Mockito Dependencies, Update to latest JUnit 5 (#64)
---
 sling-parent/pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 5acd922..6079883 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -107,7 +107,8 @@
     <properties>
         <site.jira.version.id>12313945</site.jira.version.id>
         <site.javadoc.exclude />
-        <junit5.version>5.10.1</junit5.version>
+        <junit5.version>5.14.2</junit5.version>
+        <mockito.version>5.21.0</mockito.version>
         <!-- release sets API classpath, source and target, see 
              
https://docs.oracle.com/javase/9/tools/javac.htm#GUID-AEEC9F07-CB49-4E96-8BC7-BCC2C7F725C9__GUID-D343F6B4-3FDD-43A8-AD24-43DD70214471
 
              and http://openjdk.java.net/jeps/247, this affects m-compiler-p 
and m-javadoc-p -->
@@ -211,6 +212,16 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>org.mockito</groupId>
+                <artifactId>mockito-core</artifactId>
+                <version>${mockito.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.mockito</groupId>
+                <artifactId>mockito-junit-jupiter</artifactId>
+                <version>${mockito.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

Reply via email to