dependabot[bot] opened a new pull request, #8013: URL: https://github.com/apache/storm/pull/8013
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 6.2.1 to 6.3.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.3.0</p> <ul> <li> <p>increase keepaliveTime variance from 10% to 20%</p> </li> <li> <p>merged <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2266">#2266</a> support duration values for configuration from properties, such as 10ms, 20s, 30m, 40h or 50d</p> </li> <li> <p>merged <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2284">#2284</a> align logs from HikariPool.logPoolState()</p> </li> <li> <p>merged <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2285">#2285</a> set default value for maxIdle in HikariConfig constructor (no functional change)</p> </li> <li> <p>merged <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2294">#2294</a> Allow setting String[] and int[] properties (useful for pgjdbc HA configuration)</p> </li> <li> <p>merged <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2300">#2300</a> catch java.lang.Error instead of java.lang.Exception under certain conditions</p> </li> </ul> <p>Changes in 6.2.1</p> <ul> <li> <p>change default keepaliveTime to 2 minutes</p> </li> <li> <p>fix commons-compress dependency, make test scope</p> </li> </ul> <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 connections 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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/ef165cf39d2f94835aea4665eaf3e1ef3d39e5c5"><code>ef165cf</code></a> [maven-release-plugin] prepare release HikariCP-6.3.0</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/00456a1b4bc1939dd7c02bf5a8e9d0e16980ed54"><code>00456a1</code></a> Update changelog and next release version.</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/d6f0ccc37b9f42f247a825d6859e45d86050ee92"><code>d6f0ccc</code></a> Allow setting String[] and int[] properties (<a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2291">#2291</a>)</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/0bff26e03292cec8a45faaecd7200639e63d3701"><code>0bff26e</code></a> Align HikariPool.logPoolState (<a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2284">#2284</a>)</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/bbd698ecc187333ef94eaa45153497865cfaa41a"><code>bbd698e</code></a> Setting default value for maxIdle in HikariConfig constructor (<a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2285">#2285</a>)</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/8257a99680e966b3193998c8681a4ca6236452b2"><code>8257a99</code></a> Although rare, JDBC drivers can and do throw java.lang.Error instead of java....</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/8de2eb81ac696dac2a9ab5bb68cac6a85cba2ee3"><code>8de2eb8</code></a> Drop Support section in README and reorganize its content (<a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2301">#2301</a>)</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/a28b6ec81d9a22229553cce84b147c7bdd0c6490"><code>a28b6ec</code></a> Add license headers (<a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2271">#2271</a>)</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/9fa66d1f54121f8ef5061c51094a6a2daa2cf8f3"><code>9fa66d1</code></a> minor code cleanup</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/1164493ad411f688ca92e693089aa53d9eae869c"><code>1164493</code></a> Update README.md</li> <li>Additional commits viewable in <a href="https://github.com/brettwooldridge/HikariCP/compare/HikariCP-6.2.1...HikariCP-6.3.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