You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2017/12/05 14:08:52 UTC

[tika] branch master updated: TIKA-2503 upgrade to httpcomponents 4.5.4

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6b2b626  TIKA-2503 upgrade to httpcomponents 4.5.4
6b2b626 is described below

commit 6b2b626f61cf95c7a92fe0687e50855a2cc0d42b
Author: tballison <ta...@mitre.org>
AuthorDate: Tue Dec 5 09:08:44 2017 -0500

    TIKA-2503 upgrade to httpcomponents 4.5.4
---
 tika-parsers/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 20fbb6e..f30de1c 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -49,6 +49,7 @@
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
     <bouncycastle.version>1.54</bouncycastle.version>
     <commonsexec.version>1.3</commonsexec.version>
+    <httpcomponents.version>4.5.4</httpcomponents.version>
   </properties>
 
   <dependencies>
@@ -441,7 +442,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.5.3</version>
+      <version>${httpcomponents.version}</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>
@@ -452,7 +453,7 @@
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpmime</artifactId>
-      <version>4.5.3</version>
+      <version>${httpcomponents.version}</version>
     </dependency>
 
     <!-- Apache Commons CSV -->

-- 
To stop receiving notification emails like this one, please contact
['"commits@tika.apache.org" <co...@tika.apache.org>'].