This is an automated email from the ASF dual-hosted git repository.
jnioche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new ebfb92a0 Bump tika.version from 2.9.1 to 2.9.2 (#1269)
ebfb92a0 is described below
commit ebfb92a0d056edb5fc675c3767411a1fc5d37fa8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 6 07:09:45 2024 +0100
Bump tika.version from 2.9.1 to 2.9.2 (#1269)
Bumps `tika.version` from 2.9.1 to 2.9.2.
Updates `org.apache.tika:tika-core` from 2.9.1 to 2.9.2
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](https://github.com/apache/tika/compare/2.9.1...2.9.2)
Updates `org.apache.tika:tika-parsers-standard-package` from 2.9.1 to 2.9.2
---
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-parsers-standard-package
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 6407c992..776584f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
<junit.version>5.10.2</junit.version>
<storm-client.version>2.6.4</storm-client.version>
<jackson.version>2.17.1</jackson.version>
- <tika.version>2.9.1</tika.version>
+ <tika.version>2.9.2</tika.version>
<mockito.version>5.10.0</mockito.version>
<jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>
<log4j2.version>2.23.0</log4j2.version>