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 b9c61e028 Bump com.mchange:c3p0 from 0.10.2 to 0.11.0-pre1 (#2128)
b9c61e028 is described below

commit b9c61e0283d871f744805403ff7e9bf6a33f287b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 17 08:09:32 2025 +0100

    Bump com.mchange:c3p0 from 0.10.2 to 0.11.0-pre1 (#2128)
    
    Bumps [com.mchange:c3p0](https://github.com/swaldman/c3p0) from 0.10.2 to 
0.11.0-pre1.
    - [Changelog](https://github.com/swaldman/c3p0/blob/0.11.x/CHANGELOG)
    - [Commits](https://github.com/swaldman/c3p0/compare/v0.10.2...v0.11.0-pre1)
    
    ---
    updated-dependencies:
    - dependency-name: com.mchange:c3p0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 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 8fd466bf3..abcd6db50 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -328,7 +328,7 @@
     <bouncycastle.version>1.80</bouncycastle.version>
     <!-- NOTE: sync brotli version with commons-compress-->
     <brotli.version>0.1.2</brotli.version>
-    <c3p0.version>0.10.2</c3p0.version>
+    <c3p0.version>0.11.0-pre1</c3p0.version>
     <commons.cli.version>1.9.0</commons.cli.version>
     <commons.codec.version>1.18.0</commons.codec.version>
     <!-- 4.5.0-M3 successfully tested -->

Reply via email to