dependabot[bot] opened a new pull request, #3673: URL: https://github.com/apache/storm/pull/3673
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.0.1 to 5.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 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> <li> <p>add pool stats to connection acquisition timeout exception</p> </li> <li> <p>merged <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2076">#2076</a> don't case metric registry before it is checked for null</p> </li> <li> <p>merged <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1820">#1820</a> allow minimum login timeout to be set as system property</p> </li> <li> <p>merged <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1952">#1952</a> add more isolation levels</p> </li> <li> <p>merged <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1660">#1660</a> remove redundant error log for poll initialization exception</p> </li> </ul> <p>Changes in 5.0.1</p> <ul> <li>Update log4j version to 2.17.1 to address Log4Shell vulnerability (although this is only used in tests, so it doesn't really impact users)</li> </ul> <p>Changes in 5.0.0</p> <ul> <li>rewrote connection elide/add code to fix an unconfirmed but occasionally reported race condition that results in the pool draining to 0 and not refilling.</li> </ul> <p>Changes in 4.0.3</p> <ul> <li>fixed <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1735">#1735</a> added system property to permit override of lower limit of connectionTimeout and validation timeout</li> </ul> <p>Changes in 4.0.2</p> <ul> <li>fixed regression caused by <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1605">#1605</a> affecting block-until-filled semantic</li> </ul> <p>Changes in 4.0.1</p> <ul> <li> <p>fixed <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1725">#1725</a> pom file change to be more gradle-friendly</p> </li> <li> <p>fixed <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1726">#1726</a> regression in micrometrics caused by lack of a strong reference to an object</p> </li> </ul> <p>Changes in 4.0.0</p> <ul> <li>merged <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1669">#1669</a> <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1582">#1582</a> mark optional dependencies as 'require static' in module-info</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/98bd21c8fe506cfb6f329002669b2129bdb847db"><code>98bd21c</code></a> [maven-release-plugin] prepare release HikariCP-5.1.0</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/7ba05c6bb7fb52f64df6a0dd3bdf913ce60a0019"><code>7ba05c6</code></a> change version to 5.1.0</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/fd18a178ff5a886aac0acde462abad7997003745"><code>fd18a17</code></a> move oss-parent build into pom.xml and upgrade some build dependencies</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/8c1a7c29341348b3ea71ccfe35d4858b378160e2"><code>8c1a7c2</code></a> update changelog</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/2021f90444604cc67989054b50643502c1006914"><code>2021f90</code></a> Don't try to cast metric registry before it is checked for null (<a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2076">#2076</a>)</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/5b2852e8bfeab868380a7bc50e8f2e8e019cd085"><code>5b2852e</code></a> Fix <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1818">#1818</a> Add system property for minimum login timeout, regardless of the co...</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/8c202e455457012eca27b56098ebb705fbedea31"><code>8c202e4</code></a> [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines (<a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1752">#1752</a>)</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/c37074d465147c60861142d41b276a6be74e3618"><code>c37074d</code></a> [cleanup] erefactor/EclipseJdt - Simplify lambda expression and method refere...</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/ddf32467f45279280917f17be30c1758de23d398"><code>ddf3246</code></a> [cleanup] erefactor/EclipseJdt - Remove redundant super() call in constructor...</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/b5a4373214277772ae2fc1f63963eff770bcaaa9"><code>b5a4373</code></a> [cleanup] erefactor/EclipseJdt - Evaluate without null check (<a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1751">#1751</a>)</li> <li>Additional commits viewable in <a href="https://github.com/brettwooldridge/HikariCP/compare/HikariCP-5.0.1...HikariCP-5.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