dependabot[bot] opened a new pull request, #1604:
URL: https://github.com/apache/tika/pull/1604

   Bumps [com.mchange:c3p0](https://github.com/swaldman/c3p0) from 0.9.5.5 to 
0.10.0-pre3.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/swaldman/c3p0/blob/0.10.x/CHANGELOG";>com.mchange:c3p0's
 changelog</a>.</em></p>
   <blockquote>
   <p>c3p0-0.10.0-pre3
   -- Disable making generated source read-only. It interferes too much with 
the build.
   -- Make generated source files read-only so we're less likely to 
accidentally edit them.
   -- Have build fail if we try to build with an unexpected JVM version.
   We want to use a consistent JVM version (currently 11) and target version 
(currently 7)
   when we build c3p0.
   -- Remove vestiges of unsupported BasicResourcePool.AcquireTask
   -- Disable very slow handholding function intended to help with misspellings 
/ misspecifications
   of resource &quot;/c3p0-config.xml&quot;
   See <a 
href="https://redirect.github.com/swaldman/c3p0/issues/121";>swaldman/c3p0#121</a>
   Thanks chinhodado!
   -- Let PooledDataSource implement AutoCloseable.
   This necessitates targeting Java 7, rather than Java 6, classfiles.
   Thanks koszta5!
   -- Bring documentation of acquireRetryAttempts into sync with c3p0's actual 
behavior.
   See <a 
href="https://redirect.github.com/swaldman/c3p0/issues/132";>swaldman/c3p0#132</a>
   Thanks marcatl, MichaelMih, Leona Nezvalova!
   -- Include license files in published source jar.
   See <a 
href="https://redirect.github.com/swaldman/c3p0/issues/167";>swaldman/c3p0#167</a>
   c3p0-0.10.0-pre2
   -- Add &quot;Automatic-Module-Name&quot; entry to jar manifest for 
interoperability with Project Jigsaw / Java 9 modules
   See <a 
href="https://redirect.github.com/swaldman/c3p0/issues/171";>swaldman/c3p0#171</a>
   Thanks Jörg Hohwiller
   -- Try context ClassLoader if library ClassLoader fails to load a named, 
necessary driver class.
   See <a 
href="https://redirect.github.com/swaldman/c3p0/pull/115";>swaldman/c3p0#115</a>
   Thanks Rodrigo Merino!
   -- Let statement cache fail not-quietly if drivers provide 
PreparedStatements without a proper equals implementation.
   See <a 
href="https://redirect.github.com/swaldman/c3p0/pull/59/";>swaldman/c3p0#59</a>
   Thanks Thomas Beckmann!
   -- Be slightly less negative in the docs about unreturnedConnectionTimeout.
   See <a 
href="https://redirect.github.com/swaldman/c3p0/pull/160";>swaldman/c3p0#160</a>
   Thanks Matteo Mazza!
   -- Implement more robustly accurate checkoutTimeout.
   See <a 
href="https://redirect.github.com/swaldman/c3p0/pull/138";>swaldman/c3p0#138</a> 
<a 
href="https://redirect.github.com/swaldman/c3p0/issues/137";>swaldman/c3p0#137</a>
   Thanks François JACQUES!
   -- Add support for JDBC 4.3 beginRequest and endRequest methods.
   See <a 
href="https://redirect.github.com/swaldman/c3p0/pull/170";>swaldman/c3p0#170</a>
   Thanks Fernanda Meheust!
   -- Consider ourselves to be a wrapper for a thing if the thing we wrap 
itself declares itself
   as the wrapper of that thing. See <a 
href="https://redirect.github.com/swaldman/c3p0/pull/149";>swaldman/c3p0#149</a>
   Thanks François JACQUES!
   -- Fix rare ConcurrentModificationException in GooGooStatementCache when 
Connections are
   closed. See <a 
href="https://redirect.github.com/swaldman/c3p0/pull/22";>swaldman/c3p0#22</a>
   Thanks Mathilde Ffrench, Joel Caplin!
   c3p0-0.10.0-pre1
   -- Fix doc comments no longer acceptable under persnicketty JDK 11
   -- Build with JDK 11 JVM (still emitting JDK 1.6 compatible sources)
   -- Get tests working under new mill build
   -- Reorganize to switch build from ant to mill
   -- Update to mchange-commons-java 0.2.20</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/4aefc7b0291caec8b3f7529f5c321ff0075adf7f";><code>4aefc7b</code></a>
 Disable making generated source read-only. It interferes too much with the 
bu...</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/4c0d21375c9bd6ad2b7ce85f717b024f6ef1905f";><code>4c0d213</code></a>
 Update version, and cap CHANGELOG, for v0.10.0-pre3.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/5e051fe25afac1714cd26e6aec143710f9f2e155";><code>5e051fe</code></a>
 Make generated source files read-only so we're less likely to accidentally 
ed...</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/a32c119ed95adb8e98fcedacebd1bd745e81f6f0";><code>a32c119</code></a>
 Let the build fail if we try to build under unexpected JVM version. 
(Currentl...</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/a01b7f72f7988ca86fc81d52f921d6bb61c31a09";><code>a01b7f7</code></a>
 Remove vestiges of unsupported BasicResourcePool.AcquireTask</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/8d3e2339fee3a81f6f45dcee86e24fecfe7f4e17";><code>8d3e233</code></a>
 Disable very slow handholding function intended to help with misspellings / 
m...</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/a3906341a86c610327aa95c9429e82529ebca9c4";><code>a390634</code></a>
 Let PooledDataSource implement AutoCloseable; Target Java 7 rather than Java 
...</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/24a5fedb25afbafdc86aafa773ca4c7b6b941b64";><code>24a5fed</code></a>
 Bring documentation of acquireRetryAttempts into sync with c3p0's actual 
beha...</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/adff50803a566d1a4ee189588d81404ae8233927";><code>adff508</code></a>
 Include license files in published source jar.</li>
   <li><a 
href="https://github.com/swaldman/c3p0/commit/07540ea52561ae4f6fb8f7abfe06caa5b0bb44f4";><code>07540ea</code></a>
 Bump version for 0.10.0-pre3-SNAPSHOT.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/swaldman/c3p0/compare/c3p0-0.9.5.5...v0.10.0-pre3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.mchange:c3p0&package-manager=maven&previous-version=0.9.5.5&new-version=0.10.0-pre3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tika.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to