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/01/13 16:00:21 UTC

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

Author: reschke
Date: Wed Jan 13 16:00:21 2021
New Revision: 1885434

URL: http://svn.apache.org/viewvc?rev=1885434&view=rev
Log:
JCR-4657: Update Tika dependency to 1.25 (merged r1883969 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:r1883969

Modified: jackrabbit/branches/2.20/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/jackrabbit-parent/pom.xml?rev=1885434&r1=1885433&r2=1885434&view=diff
==============================================================================
--- jackrabbit/branches/2.20/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/branches/2.20/jackrabbit-parent/pom.xml Wed Jan 13 16:00:21 2021
@@ -48,7 +48,7 @@
     <test.opts>${test.opts.modules} ${test.opts.coverage} ${test.opts.memory} -enableassertions</test.opts>
     <oak.version>1.36</oak.version>
     <jetty.version>9.2.30.v20200428</jetty.version>
-    <tika.version>1.24.1</tika.version>
+    <tika.version>1.25</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 -->