You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2020/12/09 05:41:03 UTC

[tika] branch branch_1x updated: TIKA-3244: update jackrabbit and spring

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 aa0a9a7  TIKA-3244: update jackrabbit and spring
aa0a9a7 is described below

commit aa0a9a788c1d463084047f8dfe5d00e8dd560955
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Wed Dec 9 06:39:49 2020 +0100

    TIKA-3244: update jackrabbit and spring
---
 tika-example/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-example/pom.xml b/tika-example/pom.xml
index bb75e0f..3aa5710 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.21.3</version>
+      <version>2.21.4</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.tika</groupId>
@@ -127,7 +127,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
-      <version>2.21.3</version>
+      <version>2.21.4</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.tika</groupId>
@@ -156,7 +156,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>5.2.8.RELEASE</version>
+      <version>5.3.1</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>