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

stbischof pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git

commit 73b4ebdc0d15f533f56020a19768157d70242fab
Author: Stefan Bischof <[email protected]>
AuthorDate: Sat Apr 5 01:23:52 2025 +0200

    update mockito-core to mockito to latest version
    
    Signed-off-by: Stefan Bischof <[email protected]>
---
 framework/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/pom.xml b/framework/pom.xml
index 7e541f323a..f1fc202d8d 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -224,8 +224,8 @@
     </dependency>
     <dependency>
         <groupId>org.mockito</groupId>
-        <artifactId>mockito-all</artifactId>
-        <version>1.10.19</version>
+        <artifactId>mockito-core</artifactId>
+        <version>5.16.1</version>
         <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to