dependabot[bot] opened a new pull request, #3813: URL: https://github.com/apache/incubator-seatunnel/pull/3813
Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 5.1 to 5.1.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hazelcast/hazelcast/releases">hazelcast's releases</a>.</em></p> <blockquote> <h2>v5.1.3</h2> <p>This document lists the new features, enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.1.3 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.</p> <p>==== 5.1.3 Release Notes ====</p> <ol> <li>Enhancements</li> </ol> <ul> <li>Improved connection handling. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/pull/21641%5B#21641%5D(https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21641)">hazelcast/hazelcast#21641</a></li> </ul> <ol start="2"> <li>Fixes</li> </ol> <ul> <li>When the <code>hazelcast.socket.buffer.direct</code> property is enabled, clusters no longer throw exceptions in response to text protocols such as the REST API. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/pull/21700%5B#21700%5D(https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21700)">hazelcast/hazelcast#21700</a></li> </ul> <h2>v5.1.2</h2> <p>This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast 5.1.2 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.</p> <h2>Fixes</h2> <ul> <li>Fixed an issue where a cluster could not be formed when security is enabled, various client permissions are set, and multiple members are started simultaneously. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21510">#21510</a></li> <li>Fixed an issue where a cluster was unresponsive when you perform a health check to see the members are in the safe state; cluster members were hanging in the <code>REPLICA_NOT_SYNC</code> state during such health checks. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21208">#21208</a></li> <li>Fixed an issue where the list of members in the cluster was reset to an empty list when the UUID of a cluster changes after its restart: this was causing startup failures since Hazelcast could not manage the events due to the empty member list after a restart. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21178">#21178</a></li> <li>Fixed an issue where the statistics like puts and removals were not increasing when these operations are executed through Transactional interface. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21107">#21107</a></li> <li>Fixed a data race in <code>SingleProtocolEncoder</code>; while one method of this interface is called from the input thread, another one is called from the output thread which was causing the race. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/20994">#20994</a></li> <li>Fixed an issue where the automatic module name in <code>hazelcast-5.x.jar</code> could not be detected using Gradle. The reason was <code>/META-INF/MANIFEST.MF</code> not being the first or second entry in the JAR file; now this manifest file is the second entry. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/20976">#20976</a></li> </ul> <h2>v5.1.1</h2> <p>This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.1.1 release. The numbers in the square brackets refer to the issues in Hazelcast's GitHub repositories.</p> <h2>Fixes</h2> <ul> <li>Fixed an issue where the partition migrations were failing when there is a single map in the cluster with Merkle trees enabled. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/20929">#20929</a></li> <li>Fixed a potential deadlock during partition migrations and inability to make progress while performing graceful shutdown with persistence enabled. <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/20813">#20813</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hazelcast/hazelcast/commit/cb64684adf060a9c08210e3fae595a51d2a98269"><code>cb64684</code></a> version update for 5.1.3 release</li> <li><a href="https://github.com/hazelcast/hazelcast/commit/93838b2f869b81dd556ebdff329e41eaa7d2a7b9"><code>93838b2</code></a> Add release notes</li> <li><a href="https://github.com/hazelcast/hazelcast/commit/4ec9bfa312580864801d9222d88339f4accfe5da"><code>4ec9bfa</code></a> prepare release 5.1.3</li> <li><a href="https://github.com/hazelcast/hazelcast/commit/f57fe22354d900f6c0abf4b5ca92af9f81d6386a"><code>f57fe22</code></a> Jetty Util dependencies are upgraded to version fixing CVE-2022-2047 [5.1.z] ...</li> <li><a href="https://github.com/hazelcast/hazelcast/commit/d0aa92e7692a22e65805d80349085731447972f7"><code>d0aa92e</code></a> Bump AWS Java SDK version to fix CVE-2022-31159 [5.1.z] (<a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21858">#21858</a>)</li> <li><a href="https://github.com/hazelcast/hazelcast/commit/24c12a8e2a54dc771c833e183ff1edf9f2dce888"><code>24c12a8</code></a> Export jdk.management/com.ibm.. only for OpenJ9 VM [5.1.z] (<a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21814">#21814</a>)</li> <li><a href="https://github.com/hazelcast/hazelcast/commit/a56e6d5c44eb85926b346588d1d9cc28ef5cc85c"><code>a56e6d5</code></a> Make TcpServerConnection.equals more robust [HZ-1202] (5.1.z) (<a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21641">#21641</a>)</li> <li><a href="https://github.com/hazelcast/hazelcast/commit/7e487db1061d71702261505ed968974903a7dcf2"><code>7e487db</code></a> [5.1.z] Correctly handle the buffer copies when the dst is a direct buffer in...</li> <li><a href="https://github.com/hazelcast/hazelcast/commit/7bb03a5ba3361f94b0efbe00a33f66a2b99689b2"><code>7bb03a5</code></a> Delete DynamicConfigSlowPreJoinBouncingTest [HZ-978] (<a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21255">#21255</a>) (<a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21656">#21656</a>)</li> <li><a href="https://github.com/hazelcast/hazelcast/commit/96c368f2329b2b7dcb5483a1da28186ff0544ae6"><code>96c368f</code></a> Disable hadoop test on IBM JDK17 (backport of <a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21120">#21120</a>) (<a href="https://github-redirect.dependabot.com/hazelcast/hazelcast/issues/21621">#21621</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hazelcast/hazelcast/compare/v5.1...v5.1.3">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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/incubator-seatunnel/network/alerts). </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]
