This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 2381aca7 RAT-290: Update to mockito-core 4.6.0
2381aca7 is described below
commit 2381aca74dddaa1da0f90d5f5f63797fcb3f0ad7
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat May 28 09:35:32 2022 +0200
RAT-290: Update to mockito-core 4.6.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ba7b8d2d..0774f57e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@ agnostic home for software distribution comprehension and
audit tools.
<!-- taken from
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>10</project.build.outputTimestamp>
<ant.version>1.10.12</ant.version>
- <mockito.version>4.5.1</mockito.version>
+ <mockito.version>4.6.0</mockito.version>
<javaVersion>1.8</javaVersion>
<maven.compiler.source>${javaVersion}</maven.compiler.source>
<maven.compiler.target>${javaVersion}</maven.compiler.target>