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 d5abf37b Bump tika.version from 3.2.1 to 3.2.2
d5abf37b is described below
commit d5abf37b6662da7b08e260fe03db69cdd198443d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 11 06:08:57 2025 +0000
Bump tika.version from 3.2.1 to 3.2.2
Bumps `tika.version` from 3.2.1 to 3.2.2.
Updates `org.apache.tika:tika-core` from 3.2.1 to 3.2.2
- [Changelog](https://github.com/apache/tika/blob/3.2.2/CHANGES.txt)
- [Commits](https://github.com/apache/tika/compare/3.2.1...3.2.2)
Updates `org.apache.tika:tika-parsers-standard-package` from 3.2.1 to 3.2.2
---
updated-dependencies:
- dependency-name: org.apache.tika:tika-core
dependency-version: 3.2.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.tika:tika-parsers-standard-package
dependency-version: 3.2.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 cce76d64..26664c13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@ under the License.
<storm-client.version>2.8.2</storm-client.version>
<!-- Jackson's version should be in-line with the one in Storm
-->
<jackson.version>2.18.1</jackson.version>
- <tika.version>3.2.1</tika.version>
+ <tika.version>3.2.2</tika.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>