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

lukaszlenart pushed a commit to branch feature/upgrade-mockito
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 2246ea06cdc7da1e940bffc34991f16fb97b5828
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon Jan 1 10:53:38 2024 +0100

    Upgrades Mockito to ver 5.8.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a3c5154ef..624b853f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -921,7 +921,7 @@
             <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
-                <version>4.3.1</version>
+                <version>5.8.0</version>
                 <scope>test</scope>
             </dependency>
 

Reply via email to