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 759b7374 Bump org.mockito:mockito-core from 5.20.0 to 5.21.0
759b7374 is described below
commit 759b7374c5c709dd7b068946987c763b8721e165
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 15 04:01:37 2025 +0000
Bump org.mockito:mockito-core from 5.20.0 to 5.21.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
5.20.0 to 5.21.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.21.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 c033902c..f271b338 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.20.0</mockito.version>
+ <mockito.version>5.21.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>