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

   Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) 
from 6.1.0 to 6.2.0.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES";>com.zaxxer:HikariCP's
 changelog</a>.</em></p>
   <blockquote>
   <p>HikariCP Changes</p>
   <p>Changes in 6.2.0</p>
   <ul>
   <li>
   <p>merged <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2238";>#2238</a>
 handle SQLTimeoutException without eviction. Users looking to preserve 
previous behavior
   should provide an implementation of com.zaxxer.hikari.SQLExceptionOverride 
to the pool configuration.</p>
   </li>
   <li>
   <p>added new enum value, Override.MUST_EVICT, available to implementations 
of com.zaxxer.hikari.SQLExceptionOverride</p>
   </li>
   <li>
   <p>enhanced debug logging in circumstances where the pool falls to zero size 
and new coonections to the database
   continue to fail.</p>
   </li>
   <li>
   <p>update test dependencies that were flagged as having vulnerabilities</p>
   </li>
   </ul>
   <p>Changes in 6.1.0</p>
   <ul>
   <li>
   <p>fixed <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1960";>#1960</a>
 allow SQLExceptionOverride to adjudicate all exceptions for eviction</p>
   </li>
   <li>
   <p>merged <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1962";>#1962</a>
 dropwizard 5 metrics are now supported via the setMetricRegistry() method in 
HikariConfig and in HikariDataSource</p>
   </li>
   <li>
   <p>merged <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2244";>#2244</a>
 improve JavassistProxyFactory</p>
   </li>
   <li>
   <p>merged <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2243";>#2243</a>
 fix inconsistency between isWrapperFor and unwrap</p>
   </li>
   <li>
   <p>merged <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1827";>#1827</a>
 support loading properties file in unnamed resources module</p>
   </li>
   <li>
   <p>merged <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1842";>#1842</a>
 don't clear isCommitStateDirty flag in setReadOnly</p>
   </li>
   <li>
   <p>change default maxLifetime variance from 2.5% to 25% to further avoid 
mass connection die-off dips</p>
   </li>
   </ul>
   <p>Changes in 6.0.0</p>
   <ul>
   <li>
   <p>fixed <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2152";>#2152</a>
 duplicate connection in try with resources clause caused close() being called 
twice on each connection</p>
   </li>
   <li>
   <p>merged <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2226";>#2226</a>
 consistent handling of errorCode and sqlState in timeout exception</p>
   </li>
   <li>
   <p>merged <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2199";>#2199</a>
 eliminate network call if state get is called after set</p>
   </li>
   <li>
   <p>merged <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2189";>#2189</a>
 add support to get and set db credentials in an atomic operation</p>
   </li>
   <li>
   <p>merged <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2149";>#2149</a>
 make Savepoint rollbacks mark the connection dirty</p>
   </li>
   <li>
   <p>merged <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2157";>#2157</a>
 close connections marked as evicted instead of returning them to the pool</p>
   </li>
   <li>
   <p>merged <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2147";>#2147</a>
 skip Connection::setNetworkTimeout if PoolBase::shutdownNetworkTimeoutExecutor 
is called</p>
   </li>
   <li>
   <p>merged <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2126";>#2126</a>
 added Support For beginRequest and endRequest</p>
   </li>
   <li>
   <p>small improvements and cleanup from pull request <a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2166";>#2166</a></p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/brettwooldridge/HikariCP/commit/c6b5eea8aa42066b5e70f0de22ddd668872a7d50";><code>c6b5eea</code></a>
 [maven-release-plugin] prepare release HikariCP-6.2.0</li>
   <li><a 
href="https://github.com/brettwooldridge/HikariCP/commit/14f2c6e037e7674d84a03f87c05d74476dc06128";><code>14f2c6e</code></a>
 update release version</li>
   <li><a 
href="https://github.com/brettwooldridge/HikariCP/commit/d32e26eb8703eefcd047f759100c7c9ad17e24af";><code>d32e26e</code></a>
 Update CHANGES</li>
   <li><a 
href="https://github.com/brettwooldridge/HikariCP/commit/5df12d68120dd154133a4d073ba99cc7edc9af27";><code>5df12d6</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/brettwooldridge/HikariCP/commit/ec6891a08e4fc2f775d9ad4387f6db1da65ccec4";><code>ec6891a</code></a>
 Expand/improve SQLExceptionOverride handling flexibility</li>
   <li><a 
href="https://github.com/brettwooldridge/HikariCP/commit/c7cf4b36163551194732a3aa92f0426e18b50611";><code>c7cf4b3</code></a>
 Do not treat a SQLTimeoutException as an evictable offense (<a 
href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2238";>#2238</a>)</li>
   <li><a 
href="https://github.com/brettwooldridge/HikariCP/commit/039942b22f117a0136bb2367bebb8ab9ecde29b8";><code>039942b</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/brettwooldridge/HikariCP/commit/1695eb5012918cc2e28b083264fad37b244aa731";><code>1695eb5</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/brettwooldridge/HikariCP/commit/b9690a06adeb7e6a0b2c18cb51eaa562e63bcf8a";><code>b9690a0</code></a>
 Update README.md</li>
   <li><a 
href="https://github.com/brettwooldridge/HikariCP/commit/d20e5475aeb9a2b2a6e0973e73c480a0d2ad5236";><code>d20e547</code></a>
 upgrade commons-compress dependency due to security vulnerability (test 
scope...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/brettwooldridge/HikariCP/compare/HikariCP-6.1.0...HikariCP-6.2.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.zaxxer:HikariCP&package-manager=maven&previous-version=6.1.0&new-version=6.2.0)](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...@storm.apache.org

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

Reply via email to