This is an automated email from the ASF dual-hosted git repository.
tilman 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 66f9ef6 TIKA-2925: update jackrabbit and httpcomponents
66f9ef6 is described below
commit 66f9ef61cfc1c5996aa962fb4fa4d23eaf0ba06b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Oct 27 20:49:41 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 e8664b2..5a60f23 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 48fe8a5..f0fb80b 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>