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 b9b6efae2b TIKA-4327: update c3p0
b9b6efae2b is described below
commit b9b6efae2b9f34f4d574b6fda28956d52cc22525
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Feb 26 05:58:52 2026 +0100
TIKA-4327: update c3p0
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b03b291ce8..1319fe7947 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -328,7 +328,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>