This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-mime.git
The following commit(s) were added to refs/heads/master by this push:
new 6190be9 Bump org.apache.tika:tika-core from 1.0 to 1.28.3
6190be9 is described below
commit 6190be91a027e3b29dcba4dc0d86a8b160ddb75c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 6 15:51:55 2023 +0000
Bump org.apache.tika:tika-core from 1.0 to 1.28.3
Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 1.0
to 1.28.3.
- [Changelog](https://github.com/apache/tika/blob/1.28.3/CHANGES.txt)
- [Commits](https://github.com/apache/tika/compare/1.0...1.28.3)
---
updated-dependencies:
- dependency-name: org.apache.tika:tika-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8426b7b..3290d2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
- <version>1.0</version>
+ <version>1.28.3</version>
<scope>provided</scope>
</dependency>
<dependency>