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 c3bf2d81 Bump org.mockito:mockito-core from 5.21.0 to 5.22.0
c3bf2d81 is described below
commit c3bf2d81afaacc7c72e538b423228c0250bff8cb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 04:02:57 2026 +0000
Bump org.mockito:mockito-core from 5.21.0 to 5.22.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
5.21.0 to 5.22.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.21.0...v5.22.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.22.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 030702af..39e119ec 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.21.0</mockito.version>
+ <mockito.version>5.22.0</mockito.version>
<slf4j-simple.version>2.0.17</slf4j-simple.version>
<jetbrains.annotations.version>26.1.0</jetbrains.annotations.version>
<commons.io.version>2.17.0</commons.io.version>