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 054ab0e43981 chore(deps): Bump tika-version from 3.3.0 to 3.3.1
054ab0e43981 is described below
commit 054ab0e439814a3320917121efa5da1468f0a61d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 26 13:07:17 2026 +0000
chore(deps): Bump tika-version from 3.3.0 to 3.3.1
Bumps `tika-version` from 3.3.0 to 3.3.1.
Updates `org.apache.tika:tika-core` from 3.3.0 to 3.3.1
- [Changelog](https://github.com/apache/tika/blob/3.3.1/CHANGES.txt)
- [Commits](https://github.com/apache/tika/compare/3.3.0...3.3.1)
Updates `org.apache.tika:tika-parser-html-module` from 3.3.0 to 3.3.1
Updates `org.apache.tika:tika-parser-text-module` from 3.3.0 to 3.3.1
---
updated-dependencies:
- dependency-name: org.apache.tika:tika-core
dependency-version: 3.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.tika:tika-parser-html-module
dependency-version: 3.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.tika:tika-parser-text-module
dependency-version: 3.3.1
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 3fde7be41c69..9a627d6d4831 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -507,7 +507,7 @@
<tamboui-version>0.3.0</tamboui-version>
<testcontainers-version>2.0.3</testcontainers-version>
<thymeleaf-version>3.1.5.RELEASE</thymeleaf-version>
- <tika-version>3.3.0</tika-version>
+ <tika-version>3.3.1</tika-version>
<twilio-version>12.1.1</twilio-version>
<twitter4j-version>4.1.2</twitter4j-version>
<undertow-servlet-version>2.3.24.Final</undertow-servlet-version>