This is an automated email from the ASF dual-hosted git repository.

cziegeler 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 158f55b  SLING-12184 : Require at least Apache Tika 1.20
158f55b is described below

commit 158f55ba4aee2bfd2cd6da23198cd93da68280a1
Author: Carsten Ziegeler <cziege...@apache.org>
AuthorDate: Wed Dec 6 11:51:57 2023 +0100

    SLING-12184 : Require at least Apache Tika 1.20
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 30516da..c71e85b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
         <dependency>
             <groupId>org.apache.tika</groupId>
             <artifactId>tika-core</artifactId>
-            <version>1.0</version>
+            <version>1.20</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Reply via email to