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

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

commit ec52e2c7ec333be9b6fcac824774fc89f7a2f227
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Jan 29 23:02:03 2024 +0100

    Upgrade Mockito to 5.10.0 (Java 11+)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 55154e3..880b9b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>4.2.0</version>
+      <version>5.10.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to