This is an automated email from the ASF dual-hosted git repository.
alien11689 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
The following commit(s) were added to refs/heads/master by this push:
new 9f2b33f0 Bump org.mockito:mockito-core from 5.18.0 to 5.23.0 (#75)
9f2b33f0 is described below
commit 9f2b33f03696962c5dd55a1c4b5a7f04ea4e888a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 8 18:55:59 2026 +0200
Bump org.mockito:mockito-core from 5.18.0 to 5.23.0 (#75)
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
5.18.0 to 5.23.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.23.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.23.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
discovery/zookeeper/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/discovery/zookeeper/pom.xml b/discovery/zookeeper/pom.xml
index 75507fa6..67ccb1db 100644
--- a/discovery/zookeeper/pom.xml
+++ b/discovery/zookeeper/pom.xml
@@ -93,7 +93,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>5.18.0</version>
+ <version>5.23.0</version>
<scope>test</scope>
</dependency>
<dependency>