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

asf-gitbox-commits 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 c0365d56a0 TIKA-4456: remove unneeded dependencies, update commons 
codec, gson
c0365d56a0 is described below

commit c0365d56a044f74b5036ddb42bdf67371dbe81df
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Apr 26 13:32:46 2026 +0200

    TIKA-4456: remove unneeded dependencies, update commons codec, gson
---
 tika-parent/pom.xml | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index f7b35bd2fe..83d47d9c8e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -323,7 +323,7 @@
     <!-- NOTE: sync brotli version with commons-compress-->
     <brotli.version>0.1.2</brotli.version>
     <commons.cli.version>1.11.0</commons.cli.version>
-    <commons.codec.version>1.21.0</commons.codec.version>
+    <commons.codec.version>1.22.0</commons.codec.version>
     <commons.collections4.version>4.5.0</commons.collections4.version>
     <commons.compress.version>1.28.0</commons.compress.version>
     <commons.csv.version>1.14.1</commons.csv.version>
@@ -523,16 +523,6 @@
         <artifactId>woodstox-core</artifactId>
         <version>7.1.1</version>
       </dependency>
-      <dependency>
-        <groupId>com.mchange</groupId>
-        <artifactId>c3p0</artifactId>
-        <version>0.12.0</version>
-      </dependency>
-      <dependency>
-        <groupId>com.mchange</groupId>
-        <artifactId>mchange-commons-java</artifactId>
-        <version>0.4.0</version>
-      </dependency>
       <dependency>
         <groupId>com.beust</groupId>
         <artifactId>jcommander</artifactId>
@@ -572,7 +562,7 @@
       <dependency>
         <groupId>com.google.code.gson</groupId>
         <artifactId>gson</artifactId>
-        <version>2.13.2</version>
+        <version>2.14.0</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>

Reply via email to