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 2022/06/17 17:44:31 UTC

[tika] 01/04: TIKA-3793: update jackrabbit, 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

commit 0750891a5d28c1fbc5cc2b9e9695be4db0e24231
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Fri Jun 17 19:42:45 2022 +0200

    TIKA-3793: update jackrabbit, 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 d036c20f5..ea8acb98d 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.10</version>
+      <version>2.21.11</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.10</version>
+      <version>2.21.11</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.tika</groupId>
@@ -156,7 +156,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>5.3.20</version>
+      <version>5.3.21</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>