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/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new c8bb4a32 Bump org.mockito:mockito-core from 5.17.0 to 5.18.0
c8bb4a32 is described below
commit c8bb4a32ca3990aa76b6d9bc6f04b67277ebb0a8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 26 04:56:37 2025 +0000
Bump org.mockito:mockito-core from 5.17.0 to 5.18.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from
5.17.0 to 5.18.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-version: 5.18.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 62c29e46..5d60f88a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@ under the License.
<storm-client.version>2.8.0</storm-client.version>
<jackson.version>2.18.1</jackson.version>
<tika.version>3.1.0</tika.version>
- <mockito.version>5.17.0</mockito.version>
+ <mockito.version>5.18.0</mockito.version>
<jetbrains.annotations.version>26.0.2</jetbrains.annotations.version>
<commons.io.version>2.17.0</commons.io.version>
<git-code-format-maven-plugin.version>5.3</git-code-format-maven-plugin.version>