dependabot[bot] opened a new pull request, #3780: URL: https://github.com/apache/storm/pull/3780
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.1.0 to 6.1.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.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> <li> <p>minor debug logging enhancements</p> </li> </ul> <p>Changes in 5.1.0</p> <ul> <li> <p>fixed <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1907">#1907</a> re-added automatic.module.name that was lost along the way</p> </li> <li> <p>fixed <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1986">#1986</a> evict connection exceptions with (SQLState HY000) error code 1105.</p> </li> <li> <p>merged <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2059">#2059</a> add support for char[] in DataSource properties</p> </li> <li> <p>merged <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1979">#1979</a> and <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1993">#1993</a> mask any property that looks like a password in URLs</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/702959323d1bdf796f2a127f45ae7a057dc53a81"><code>7029593</code></a> [maven-release-plugin] prepare release HikariCP-6.1.0</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/13c570ceab53a7df5e06c7af280a1eb1f09025b3"><code>13c570c</code></a> Update changes log</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/004671d826d7d682849dec07aafb427578792b01"><code>004671d</code></a> Don't clear isCommitStateDirty flag in setReadOnly (<a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1842">#1842</a>)</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/9f9175195e4509ce206767fa61b72c261efd52a1"><code>9f91751</code></a> Update semantic version</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/55ddba049deb6687b75222f503b5981308307655"><code>55ddba0</code></a> Update CHANGES</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/662847bd76db2186b7a12ba470ae75356bb8cc51"><code>662847b</code></a> support loading properties file in unnamed resources module. (<a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1827">#1827</a>)</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/64f96f350c54e39b087d535f248ac2aaaa486f3e"><code>64f96f3</code></a> Update CHANGES</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/c6d1403e5589084aed8af7e1315713016729884a"><code>c6d1403</code></a> fixes#1960 allow SQLExceptionOverride to adjudicate all exceptions for eviction</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/f6efe91bd137203737215bf69eb2dd103e973411"><code>f6efe91</code></a> Merge branch 'wholesail-dropwizard5-metrics' into dev</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/fb49f355dbf612bf35e9e3640109d638a4401cd9"><code>fb49f35</code></a> Merge branch 'dropwizard5-metrics' of <a href="https://github.com/wholesail/HikariCP">https://github.com/wholesail/HikariCP</a> i...</li> <li>Additional commits viewable in <a href="https://github.com/brettwooldridge/HikariCP/compare/HikariCP-5.1.0...HikariCP-6.1.0">compare view</a></li> </ul> </details> <br /> [](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