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 9e5b5c63fd TIKA-4488: update hadoop, c3p0
9e5b5c63fd is described below

commit 9e5b5c63fd6c2cf063fdf1e2ef82cd69a10fb78d
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Feb 26 05:53:52 2026 +0100

    TIKA-4488: update hadoop, c3p0
---
 tika-parent/pom.xml                                      | 2 +-
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c52c3a4ac3..4ab7dac124 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -327,7 +327,7 @@
     <bouncycastle.version>1.83</bouncycastle.version>
     <!-- NOTE: sync brotli version with commons-compress-->
     <brotli.version>0.1.2</brotli.version>
-    <c3p0.version>0.11.2</c3p0.version>
+    <c3p0.version>0.12.0</c3p0.version>
     <commons.cli.version>1.11.0</commons.cli.version>
     <commons.codec.version>1.21.0</commons.codec.version>
     <commons.collections4.version>4.5.0</commons.collections4.version>
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 fa93f991e6..1c9a8092c9 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.2</hadoop.version>
+      <hadoop.version>3.4.3</hadoop.version>
   </properties>
 
   <!-- we're not maintaining this module.

Reply via email to