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

tallison 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 57a3663f2 TIKA-3795 -- general upgrades for 2.4.2, remove unused 
dependency on c3p0:c3p0
     new 17b8208c3 Merge remote-tracking branch 'origin/main' into main
57a3663f2 is described below

commit 57a3663f20f715df1bc663866340dc5784bd2df1
Author: tallison <[email protected]>
AuthorDate: Mon Jun 27 13:34:32 2022 -0400

    TIKA-3795 -- general upgrades for 2.4.2, remove unused dependency on 
c3p0:c3p0
---
 tika-parent/pom.xml | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index fa91ee6ef..0541f2cc9 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -404,9 +404,14 @@
         <version>1.2.0</version>
       </dependency>
       <dependency>
-        <groupId>c3p0</groupId>
+        <groupId>com.mchange</groupId>
         <artifactId>c3p0</artifactId>
-        <version>0.9.1.2</version>
+        <version>0.9.5.5</version>
+      </dependency>
+      <dependency>
+        <groupId>com.mchange</groupId>
+        <artifactId>mchange-commons-java</artifactId>
+        <version>0.2.20</version>
       </dependency>
       <dependency>
         <groupId>com.beust</groupId>

Reply via email to