This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new bb51aca75d0 [MINOR] Upgrade mockito to 3.12.4 (#10953)
bb51aca75d0 is described below
commit bb51aca75d095e1ef5db0109f6588c2a00fe2f48
Author: Jon Vexler <[email protected]>
AuthorDate: Tue Apr 2 14:50:43 2024 -0400
[MINOR] Upgrade mockito to 3.12.4 (#10953)
Co-authored-by: Jonathan Vexler <=>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a645af5e428..34c741f3466 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
<junit.jupiter.version>5.7.2</junit.jupiter.version>
<junit.vintage.version>5.7.2</junit.vintage.version>
<junit.platform.version>1.7.2</junit.platform.version>
- <mockito.jupiter.version>3.3.3</mockito.jupiter.version>
+ <mockito.jupiter.version>3.12.4</mockito.jupiter.version>
<log4j2.version>2.17.2</log4j2.version>
<slf4j.version>1.7.36</slf4j.version>
<joda.version>2.9.9</joda.version>