This is an automated email from the ASF dual-hosted git repository. amichai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit f3ec1ef40c3ead482566abfd7e30bd235629273a Author: Amichai Rothman <[email protected]> AuthorDate: Wed Jun 5 15:03:38 2024 +0300 ARIES-2186 Upgrade Mockito to 5.18.0 --- 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 aacf2bf9..75507fa6 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>4.11.0</version> + <version>5.18.0</version> <scope>test</scope> </dependency> <dependency>
