This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
The following commit(s) were added to refs/heads/master by this push:
new 555b126 Bump Mockito version to 5.21.0 (#347)
555b126 is described below
commit 555b126fa13be005d18ba0f2cd8d44218c5200de
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Thu Feb 19 16:11:54 2026 +0100
Bump Mockito version to 5.21.0 (#347)
Co-authored-by: Moderne <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d270a9d..3c93de0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.19.0</version>
+ <version>5.21.0</version>
<scope>test</scope>
</dependency>
</dependencies>