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

Bukama pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 25feb1b  Update to mockito 5.23.0 (#673)
25feb1b is described below

commit 25feb1bf9bfb851053616c6ae89ecb1b72199ed1
Author: Matthias Bünger <[email protected]>
AuthorDate: Tue May 26 17:15:14 2026 +0200

    Update to mockito 5.23.0 (#673)
    
    Mocktio 5.x requires Java 11, what is needed anyway by the jlink plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 851ea41..92089b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>4.11.0</version>
+      <version>5.23.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to