This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 7031892ab73 chore(deps): Bump tika-version from 2.9.2 to 2.9.3 (#17088)
7031892ab73 is described below
commit 7031892ab73fee087a1fd20603b4832bd9442eb1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 7 07:56:25 2025 +0100
chore(deps): Bump tika-version from 2.9.2 to 2.9.3 (#17088)
Bumps `tika-version` from 2.9.2 to 2.9.3.
Updates `org.apache.tika:tika-core` from 2.9.2 to 2.9.3
- [Changelog](https://github.com/apache/tika/blob/2.9.3/CHANGES.txt)
- [Commits](https://github.com/apache/tika/compare/2.9.2...2.9.3)
Updates `org.apache.tika:tika-parser-html-commons` from 2.9.2 to 2.9.3
Updates `org.apache.tika:tika-parser-text-module` from 2.9.2 to 2.9.3
---
updated-dependencies:
- dependency-name: org.apache.tika:tika-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.tika:tika-parser-html-commons
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.tika:tika-parser-text-module
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>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index f7f5f89b9c1..b720b527284 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -482,7 +482,7 @@
<tahu-version>1.0.13</tahu-version>
<testcontainers-version>1.20.4</testcontainers-version>
<thymeleaf-version>3.1.3.RELEASE</thymeleaf-version>
- <tika-version>2.9.2</tika-version>
+ <tika-version>2.9.3</tika-version>
<twilio-version>10.6.8</twilio-version>
<twitter4j-version>4.1.2</twitter4j-version>
<undertow-version>2.3.18.Final</undertow-version>