This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 695f651c04c2 chore(deps): Bump tika-version from 3.3.1 to 3.3.2
695f651c04c2 is described below
commit 695f651c04c2d51b562fea5297e4c09f8cb84aec
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 22 07:44:26 2026 +0000
chore(deps): Bump tika-version from 3.3.1 to 3.3.2
Bumps `tika-version` from 3.3.1 to 3.3.2.
Updates `org.apache.tika:tika-core` from 3.3.1 to 3.3.2
- [Changelog](https://github.com/apache/tika/blob/3.3.2/CHANGES.txt)
- [Commits](https://github.com/apache/tika/compare/3.3.1...3.3.2)
Updates `org.apache.tika:tika-parser-html-module` from 3.3.1 to 3.3.2
Updates `org.apache.tika:tika-parser-text-module` from 3.3.1 to 3.3.2
---
updated-dependencies:
- dependency-name: org.apache.tika:tika-core
dependency-version: 3.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.tika:tika-parser-html-module
dependency-version: 3.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.tika:tika-parser-text-module
dependency-version: 3.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index ec6da992c07a..f2a00eadf3c7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -506,7 +506,7 @@
<tamboui-version>0.4.0</tamboui-version>
<testcontainers-version>2.0.5</testcontainers-version>
<thymeleaf-version>3.1.5.RELEASE</thymeleaf-version>
- <tika-version>3.3.1</tika-version>
+ <tika-version>3.3.2</tika-version>
<twilio-version>12.1.1</twilio-version>
<twitter4j-version>4.1.2</twitter4j-version>
<undertow-servlet-version>2.3.26.Final</undertow-servlet-version>