You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2021/07/14 06:23:12 UTC

svn commit: r1891519 - in /jackrabbit/branches/2.20: ./ jackrabbit-parent/pom.xml

Author: reschke
Date: Wed Jul 14 06:23:12 2021
New Revision: 1891519

URL: http://svn.apache.org/viewvc?rev=1891519&view=rev
Log:
JCR-4704: Update Tika dependency to 1.27 (merged r1891408 into 2.20)

Modified:
    jackrabbit/branches/2.20/   (props changed)
    jackrabbit/branches/2.20/jackrabbit-parent/pom.xml

Propchange: jackrabbit/branches/2.20/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1891408

Modified: jackrabbit/branches/2.20/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/jackrabbit-parent/pom.xml?rev=1891519&r1=1891518&r2=1891519&view=diff
==============================================================================
--- jackrabbit/branches/2.20/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/branches/2.20/jackrabbit-parent/pom.xml Wed Jul 14 06:23:12 2021
@@ -48,7 +48,7 @@
     <test.opts>${test.opts.modules} ${test.opts.coverage} ${test.opts.memory} -enableassertions</test.opts>
     <oak.version>1.40.0</oak.version>
     <jetty.version>9.2.30.v20200428</jetty.version>
-    <tika.version>1.26</tika.version>
+    <tika.version>1.27</tika.version>
     <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
     <slf4j.api.version>1.7.30</slf4j.api.version>
     <slf4j.version>1.7.30</slf4j.version> <!-- sync with logback version -->