This is an automated email from the ASF dual-hosted git repository.
mvolikas 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 9ffd732a Bump tika.version from 3.2.2 to 3.2.3 (#1658)
9ffd732a is described below
commit 9ffd732a8c075e2a60308ccfdeebab4d949808b9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 16 17:58:32 2025 +0300
Bump tika.version from 3.2.2 to 3.2.3 (#1658)
Bumps `tika.version` from 3.2.2 to 3.2.3.
Updates `org.apache.tika:tika-core` from 3.2.2 to 3.2.3
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](https://github.com/apache/tika/compare/3.2.2...3.2.3)
Updates `org.apache.tika:tika-parsers-standard-package` from 3.2.2 to 3.2.3
---
updated-dependencies:
- dependency-name: org.apache.tika:tika-core
dependency-version: 3.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.tika:tika-parsers-standard-package
dependency-version: 3.2.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 006966dc..dae97f12 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.2</tika.version>
+ <tika.version>3.2.3</tika.version>
<mockito.version>5.19.0</mockito.version>
<slf4j-simple.version>2.0.17</slf4j-simple.version>
<jetbrains.annotations.version>26.0.2-1</jetbrains.annotations.version>