dependabot[bot] opened a new pull request, #8198: URL: https://github.com/apache/storm/pull/8198
Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 6.3.1 to 6.3.2. <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 7.0.0</p> <ul> <li> <p>merged <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2340">#2340</a> NoSuchMethodException error that is thrown when setting a metric registry, fixes to UtilityElf reflection code to use the correct method signature.</p> </li> <li> <p>fixed <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/1294">#1294</a> add support for HikariCredentialsProvider class</p> </li> </ul> <p>Changes in 6.3.2</p> <ul> <li> <p>fixed <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2342">#2342</a> restore module-info.class to jar file, which was lost in 6.3.1</p> </li> <li> <p>fixed <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2256">#2256</a> add support for legacy override of getUsername()/getPassword() of HikariDataSource. See project page for documentation of system property com.zaxxer.hikari.legacy.supportUserPassDataSourceOverride.</p> </li> <li> <p>fixed <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2323">#2323</a> right or wrong (wrt driver behavior) return to previous Connection.get/setSchema behavior</p> </li> <li> <p>fixed <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2288">#2288</a> upgrade dependencies and fix build warnings</p> </li> </ul> <p>Changes in 6.3.1</p> <ul> <li> <p>fixed <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2315">#2315</a> source jar contains also binary .class files and missing some .java files</p> </li> <li> <p>fixed <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2307">#2307</a> remove improper hardcoded timout, use validationTimeout</p> </li> <li> <p>fixed <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2305">#2305</a> keep properties key and values as is rather than forcing stringification. Also fixes <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2286">#2286</a> and <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2304">#2304</a></p> </li> <li> <p>upgraded various maven plugin dependencies to latest versions</p> </li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/2812f8fa9355bbe098261dbdfba7131451736a15"><code>2812f8f</code></a> [maven-release-plugin] prepare release HikariCP-6.3.2</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/25cfcb1ccacb4ce08e54a009b0837f8fb833f6f3"><code>25cfcb1</code></a> fixes <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2342">#2342</a> restore module-info.class to jar file</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/7cd59f218c0a332b28727ff71fd813b14489739d"><code>7cd59f2</code></a> fixes <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2256">#2256</a> add support for legacy override of getUsername()/getPassword() of...</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/60c4aa0fb1c11ea5dcdfe6362f4e6dd1a85370e6"><code>60c4aa0</code></a> fixes <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2323">#2323</a> right or wrong (wrt driver behavior) return to previous Connectio...</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/afbb9ddb9ddbf39598e3e03af4cb868c4471d063"><code>afbb9dd</code></a> fixes <a href="https://redirect.github.com/brettwooldridge/HikariCP/issues/2288">#2288</a> upgrade dependencies and fix build warnings</li> <li><a href="https://github.com/brettwooldridge/HikariCP/commit/066743d7dfd83519e64f21356dd45bbed298a23a"><code>066743d</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/brettwooldridge/HikariCP/compare/HikariCP-6.3.1...HikariCP-6.3.2">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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
