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 aa67cde0b TIKA-4383: update curator
aa67cde0b is described below
commit aa67cde0b41d4877b8c480d8c622d0a4961103f0
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Mar 8 06:20:27 2025 +0100
TIKA-4383: update curator
---
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 e37000b0b..6ad9b5b0c 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -114,7 +114,7 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
- <version>5.7.1</version>
+ <version>5.8.0</version>
</dependency>
</dependencies>
</dependencyManagement>