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

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


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 81818e4  TIKA-2925: update jackrabbit and httpcomponents
81818e4 is described below

commit 81818e45145cf53132a9a4911c1446c0a32ab426
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Oct 27 20:50:06 2019 +0100

    TIKA-2925: update jackrabbit and httpcomponents
---
 tika-example/pom.xml | 4 ++--
 tika-parsers/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-example/pom.xml b/tika-example/pom.xml
index 0bde52a..abe9ff2 100644
--- a/tika-example/pom.xml
+++ b/tika-example/pom.xml
@@ -100,7 +100,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-server</artifactId>
-      <version>2.19.4</version>
+      <version>2.19.5</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.tika</groupId>
@@ -123,7 +123,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
-      <version>2.19.4</version>
+      <version>2.19.5</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.tika</groupId>
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index ab8a769..a6803e9 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -51,7 +51,7 @@
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
     <bouncycastle.version>1.62</bouncycastle.version>
     <commonsexec.version>1.3</commonsexec.version>
-    <httpcomponents.version>4.5.9</httpcomponents.version>
+    <httpcomponents.version>4.5.10</httpcomponents.version>
   </properties>
 
   <dependencies>

Reply via email to