You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2020/05/08 15:31:56 UTC

[jmeter] branch master updated: update apache tika to 2.14.1 (from 1.23)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 43b8957  update apache tika to 2.14.1 (from 1.23)
43b8957 is described below

commit 43b8957dd6c4fb3eb75a21e8083d9a9b14495b01
Author: Stefan Seide <ac...@seide.st>
AuthorDate: Thu May 7 14:08:40 2020 +0200

    update apache tika to 2.14.1 (from 1.23)
    
    Closes #589
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 5d5b1cf..9f00c21 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -114,7 +114,7 @@ slf4j.version=1.7.30
 spock-core.version=1.2-groovy-2.4
 springframework.version=4.3.17.RELEASE
 svgSalamander.version=1.1.2.1
-tika.version=1.23
+tika.version=1.24.1
 xalan.version=2.7.2
 xercesImpl.version=2.12.0
 xml-apis.version=1.4.01
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 0063cc3..54c3b0e 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -205,7 +205,7 @@ Counter Config, XPath2 Extractor, Function Helper Dialog, Search popup, JMS Elem
     <li>Updated hamcrest to 2.2 (from 2.1)</li>
     <li>Updated Apache httpclient and httpmime to 4.5.12 (from 4.5.10)</li>
     <li>Updated Apache httpcore and httpcore-nio to 4.4.13 (from 4.4.12)</li>
-    <li>Updated Apache Tika to 1.23 (from 1.22)</li>
+    <li>Updated Apache Tika to 1.24.1 (from 1.22)</li>
     <li>Updated jmespath to 0.5.0 (from 0.3.0)</li>
     <li>Updated Apache log4j to 2.13.1 (from 2.12.1)</li>
     <li>Updated junit4 to 4.13 (from 4.12)</li>