This is an automated email from the ASF dual-hosted git repository.
reiabreu pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/2.x by this push:
new a70cb898a Bump org.mockito:mockito-core from 4.11.0 to 5.23.0 (#8683)
a70cb898a is described below
commit a70cb898a21c4486e8007d4d87985fbc1c29d854
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 19 00:07:59 2026 +0100
Bump org.mockito:mockito-core from 4.11.0 to 5.23.0 (#8683)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
4.11.0 to 5.23.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.23.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.23.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
external/storm-redis/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/storm-redis/pom.xml b/external/storm-redis/pom.xml
index aec625ab0..4db6370fe 100644
--- a/external/storm-redis/pom.xml
+++ b/external/storm-redis/pom.xml
@@ -74,7 +74,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<!-- Test break with newer mockito atm -->
- <version>4.11.0</version>
+ <version>5.23.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>