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 7221594  Sling-12144 Update JUnit and Mockito dependencies (#38)
7221594 is described below

commit 72215949632c603fd4325af0712997646721e217
Author: Rob McDougall <[email protected]>
AuthorDate: Thu Nov 16 10:12:54 2023 -0500

    Sling-12144 Update JUnit and Mockito dependencies (#38)
    
    Bump Mockito dependency to latest version (5.7.0)
    Bump JUnit5 dependency to latest version (5.10.1)
---
 junit5/pom.xml | 2 +-
 parent/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/junit5/pom.xml b/junit5/pom.xml
index c91e4ec..d287572 100644
--- a/junit5/pom.xml
+++ b/junit5/pom.xml
@@ -89,7 +89,7 @@
             <dependency>
                 <groupId>org.junit</groupId>
                 <artifactId>junit-bom</artifactId>
-                <version>5.7.2</version>
+                <version>5.10.1</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 2bb60d0..c7e74e6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -113,12 +113,12 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>4.5.1</version>
+            <version>5.7.0</version>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-junit-jupiter</artifactId>
-            <version>4.5.1</version>
+            <version>5.7.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>

Reply via email to