This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new d64833892 Bump curator.version from 5.8.0 to 5.9.0 (#2286)
d64833892 is described below
commit d6483389253c462728cdcd3a4c73f02b7e287e16
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 28 10:04:33 2025 +0200
Bump curator.version from 5.8.0 to 5.9.0 (#2286)
Bumps `curator.version` from 5.8.0 to 5.9.0.
Updates `org.apache.curator:curator-recipes` from 5.8.0 to 5.9.0
- [Release notes](https://github.com/apache/curator/releases)
-
[Commits](https://github.com/apache/curator/compare/apache-curator-5.8.0...apache-curator-5.9.0)
Updates `org.apache.curator:curator-framework` from 5.8.0 to 5.9.0
- [Release notes](https://github.com/apache/curator/releases)
-
[Commits](https://github.com/apache/curator/compare/apache-curator-5.8.0...apache-curator-5.9.0)
Updates `org.apache.curator:curator-client` from 5.8.0 to 5.9.0
- [Release notes](https://github.com/apache/curator/releases)
-
[Commits](https://github.com/apache/curator/compare/apache-curator-5.8.0...apache-curator-5.9.0)
---
updated-dependencies:
- dependency-name: org.apache.curator:curator-recipes
dependency-version: 5.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.curator:curator-framework
dependency-version: 5.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.curator:curator-client
dependency-version: 5.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 82ff06d7e..574f4cf27 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -32,7 +32,7 @@
<url>http://maven.apache.org</url>
<properties>
- <curator.version>5.8.0</curator.version>
+ <curator.version>5.9.0</curator.version>
<hadoop.version>3.4.1</hadoop.version>
</properties>