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 2024/01/18 14:58:32 UTC

(tika) branch branch_2x updated: TIKA-4162: update curator-recipes

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

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


The following commit(s) were added to refs/heads/branch_2x by this push:
     new 32585c066 TIKA-4162: update curator-recipes
32585c066 is described below

commit 32585c06626f11a79edf7e7da775225d73723add
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Jan 18 15:58:23 2024 +0100

    TIKA-4162: update curator-recipes
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index 88b4fad9b..a01dde717 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -121,7 +121,7 @@
       <dependency>
           <groupId>org.apache.curator</groupId>
           <artifactId>curator-recipes</artifactId>
-          <version>5.5.0</version>
+          <version>5.6.0</version>
       </dependency>
     </dependencies>
   </dependencyManagement>