This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new c0383d0a2 TIKA-4455: update hadoop, metrics-core
c0383d0a2 is described below
commit c0383d0a23951af0904f9cccd25105cb929ec74d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon Sep 8 09:03:11 2025 +0200
TIKA-4455: update hadoop, metrics-core
---
tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 024834dd7..8dd32c755 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -33,7 +33,7 @@
<properties>
<curator.version>5.9.0</curator.version>
- <hadoop.version>3.4.1</hadoop.version>
+ <hadoop.version>3.4.2</hadoop.version>
</properties>
<!-- we're not maintaining this module.
@@ -179,7 +179,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.2.34</version>
+ <version>4.2.36</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>