You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/08/31 11:23:26 UTC

[syncope] 02/02: Upgrading Tika

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 21d4bc556281e975d2542e5280c7e58668a8f802
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Aug 31 12:54:19 2021 +0200

    Upgrading Tika
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 10bfe9c..806bc98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1045,7 +1045,7 @@ under the License.
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>2.0.0</version>
+        <version>2.1.0</version>
       </dependency>
 
       <dependency>