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

rzo1 pushed a commit to branch amq6
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 75fc5e7de9145f4aea6309dc45789f17eefa4ad5
Author: Richard Zowalla <13417392+r...@users.noreply.github.com>
AuthorDate: Fri Apr 12 16:27:34 2024 +0200

    Upgrade Mockito to make it work under J17+ env
---
 arquillian/arquillian-openejb-embedded/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arquillian/arquillian-openejb-embedded/pom.xml 
b/arquillian/arquillian-openejb-embedded/pom.xml
index 14f5058422..defde81087 100644
--- a/arquillian/arquillian-openejb-embedded/pom.xml
+++ b/arquillian/arquillian-openejb-embedded/pom.xml
@@ -133,7 +133,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>1.9.5</version>
+      <version>5.11.0</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>

Reply via email to