This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git


The following commit(s) were added to refs/heads/main by this push:
     new a29a71dd Bump org.mockito:mockito-core from 5.19.0 to 5.20.0
a29a71dd is described below

commit a29a71dd363ec82b4275cbbd8d69207800369f41
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 22 04:01:54 2025 +0000

    Bump org.mockito:mockito-core from 5.19.0 to 5.20.0
    
    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 
5.19.0 to 5.20.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v5.19.0...v5.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-version: 5.20.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 032705fa..63281444 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@ under the License.
                <!-- Jackson's version should be in-line with the one in Storm 
-->
                <jackson.version>2.18.1</jackson.version>
                <tika.version>3.2.3</tika.version>
-               <mockito.version>5.19.0</mockito.version>
+               <mockito.version>5.20.0</mockito.version>
                <slf4j-simple.version>2.0.17</slf4j-simple.version>
                
<jetbrains.annotations.version>26.0.2-1</jetbrains.annotations.version>
                <commons.io.version>2.17.0</commons.io.version>

Reply via email to