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 0cb48b9d Bump org.mockito:mockito-core from 5.18.0 to 5.23.0 (#97)
0cb48b9d is described below

commit 0cb48b9d5defc3fcf8eddec4a2745a14e5057524
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 30 19:31:23 2026 +0200

    Bump org.mockito:mockito-core from 5.18.0 to 5.23.0 (#97)
    
    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:production
      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/tcp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/discovery/tcp/pom.xml b/discovery/tcp/pom.xml
index 149bb9c4..a96b7811 100644
--- a/discovery/tcp/pom.xml
+++ b/discovery/tcp/pom.xml
@@ -48,7 +48,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>

Reply via email to