dependabot[bot] opened a new pull request, #90: URL: https://github.com/apache/incubator-streampipes/pull/90
Bumps [Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket) from 1.4.0 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TooTallNate/Java-WebSocket/releases">Java-WebSocket's releases</a>.</em></p> <blockquote> <h2>Release 1.5.0</h2> <h4>Breaking Changes</h4> <p>This release requires API Level 1.7.</p> <h4>Security</h4> <p>This release contains a security fix for <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-11050">CVE-2020-11050</a>.</p> <p>Take a look at the advisory <a href="https://github.com/TooTallNate/Java-WebSocket/security/advisories/GHSA-gw55-jm4h-x339">here</a> for more information.</p> <h4>Notable changes:</h4> <ul> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/574">Issue 574</a> - Implementation of per message deflate extension (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/866">PR 866</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/997">Issue 997</a> - Access to SSLParameters used by the WebSocketClient (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1000">PR 1000</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1001">PR 1001</a> - Allow user to specify max number of pending connections to a server</li> </ul> <p>Check out the <a href="https://github.com/TooTallNate/Java-WebSocket/blob/master/CHANGELOG.md#version-release-150-20200506">changelog</a> and the <a href="https://github.com/TooTallNate/Java-WebSocket/milestone/16?closed=1">milestone</a> for more information.</p> <p>A special thanks to all the contributors of this release: <a href="https://github.com/haruntuncay"><code>@haruntuncay</code></a> <a href="https://github.com/PhilipRoman"><code>@PhilipRoman</code></a></p> <h2>Release 1.4.1</h2> <p>Notable changes:</p> <ul> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/906">PR 906</a> - Implemented a custom DNS resolver, see <a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/859">#859</a></li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/893">PR 893</a> - Provide a way to access the SSLSession of a websocket instance</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/944">PR 944</a> - Add ability to customize ping messages with custom data</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/868">PR 868</a> - Add a way to put additional headers to handshake for connecting/reconnecting, see <a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/865">#865</a></li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/971">PR 971</a> - Enabled OSGi metadata in MANIFST-MF for created JAR</li> </ul> <p>Check out the <a href="https://github.com/TooTallNate/Java-WebSocket/blob/master/CHANGELOG.md#version-release-141-20200312">changelog</a> and the <a href="https://github.com/TooTallNate/Java-WebSocket/milestone/15?closed=1">milestone</a> for more information.</p> <p>A special thanks to all the contributors of this release:</p> <ul> <li><a href="https://github.com/PhilipRoman"><code>@PhilipRoman</code></a></li> <li><a href="https://github.com/haruntuncay"><code>@haruntuncay</code></a></li> <li><a href="https://github.com/olivierayache"><code>@olivierayache</code></a></li> <li><a href="https://github.com/NoahAndrews"><code>@NoahAndrews</code></a></li> <li><a href="https://github.com/da-als"><code>@da-als</code></a></li> <li><a href="https://github.com/Fidel1985"><code>@Fidel1985</code></a></li> <li><a href="https://github.com/ViToni"><code>@ViToni</code></a></li> <li><a href="https://github.com/hovis"><code>@hovis</code></a></li> <li><a href="https://github.com/PearSlice"><code>@PearSlice</code></a></li> <li><a href="https://github.com/ThomasPerkins1123"><code>@ThomasPerkins1123</code></a></li> <li><a href="https://github.com/victoraugusto1"><code>@victoraugusto1</code></a></li> <li><a href="https://github.com/maiph"><code>@maiph</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TooTallNate/Java-WebSocket/blob/master/CHANGELOG.md">Java-WebSocket's changelog</a>.</em></p> <blockquote> <h2>Version Release 1.5.0 (2020/05/06)</h2> <h4>Breaking Changes</h4> <p>This release requires API Level 1.7.</p> <h4>Security</h4> <p>This release contains a security fix for <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-11050">CVE-2020-11050</a>.</p> <p>Take a look at the advisory <a href="https://github.com/TooTallNate/Java-WebSocket/security/advisories/GHSA-gw55-jm4h-x339">here</a> for more information.</p> <h4>New Features</h4> <ul> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/574">Issue 574</a> - Implementation of per message deflate extension (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/866">PR 866</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/866">PR 866</a> - Add PerMessageDeflate Extension support, see <a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/574">#574</a></li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/997">Issue 997</a> - Access to SSLParameters used by the WebSocketClient (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1000">PR 1000</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/574">Issue 574</a> - Implementation of per message deflate extension (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/866">PR 866</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1001">PR 1001</a> - Allow user to specify max number of pending connections to a server</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/1000">PR 1000</a> - SSLParameters for WebSocketClient</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/866">PR 866</a> - Add PerMessageDeflate Extension support, see <a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/574">#574</a></li> </ul> <p>In this release 3 issues and 4 pull requests were closed.</p> <p>###############################################################################</p> <h2>Version Release 1.4.1 (2020/03/12)</h2> <h4>Bugs Fixed</h4> <ul> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/940">Issue 940</a> - WebSocket handshake fails over WSS, if client uses TLS False Start (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/943">PR 943</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/921">Issue 921</a> - ConcurrentModificationException when looping connections</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/905">Issue 905</a> - IOException wrapped in InternalError not handled properly (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/901">PR 901</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/900">Issue 900</a> - OnClose is not called when client disconnect (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/914">PR 914</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/869">Issue 869</a> - Lost connection detection is sensitive to changes in system time (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/878">PR 878</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/665">Issue 665</a> - Data read with end of SSL handshake is discarded (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/943">PR 943</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/943">PR 943</a> - Merge pull request <a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/943">#943</a> from da-als/master</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/922">PR 922</a> - Fix ConcurrentModificationException when iterating through connection</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/914">PR 914</a> - Merge pull request <a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/914">#914</a> from marci4/Issue900</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/902">PR 902</a> - ConcurrentModificationException when using broadcast</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/901">PR 901</a> - fix when proxy tunneling failed (IOException is hidden) JDK-8173</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/878">PR 878</a> - Replace TimerTask with ScheduledExecutorService</li> </ul> <h4>New Features</h4> <ul> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/969">Issue 969</a> - Loggers should be declared non-static (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/970">PR 970</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/962">Issue 962</a> - Improvements in socket connect to server (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/964">PR 964</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/941">Issue 941</a> - How to send customized ping message on connectionLostTimeout interval (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/944">PR 944</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/890">Issue 890</a> - Would like to get SSLSession from WebSocket on server to examine client certificates (<a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/pull/893">PR 893</a>)</li> <li><a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/865">Issue 865</a> - Append new headers to the client when reconnecting</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TooTallNate/Java-WebSocket/commit/54ca4f47138f89ff3e00b6286c95ec8d6e130b2c"><code>54ca4f4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/1009">#1009</a> from marci4/UpdateChangelog1.5.0</li> <li><a href="https://github.com/TooTallNate/Java-WebSocket/commit/046f24b2554cf2ab8c22a8e53fd3a4524e856ad5"><code>046f24b</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/TooTallNate/Java-WebSocket/commit/63222d1ba2e42db4bd392533f9e1053a33bae775"><code>63222d1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/1006">#1006</a> from marci4/FixTestPerMessageDeflate</li> <li><a href="https://github.com/TooTallNate/Java-WebSocket/commit/1e2e89048f18f7143518de9c828ff7e95abf9876"><code>1e2e890</code></a> Update PerMessageDeflateExtensionTest.java</li> <li><a href="https://github.com/TooTallNate/Java-WebSocket/commit/9d890db21e8e50d4ff84e6bf61601a7d15ef3dae"><code>9d890db</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/1001">#1001</a> from TooTallNate/issue-991</li> <li><a href="https://github.com/TooTallNate/Java-WebSocket/commit/cab3fdac90782cc6aed32e811810e999ffd7592b"><code>cab3fda</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/TooTallNate/Java-WebSocket/issues/1000">#1000</a> from marci4/Issue997</li> <li><a href="https://github.com/TooTallNate/Java-WebSocket/commit/ca38a4b13bc424b9430f3ad812c7c9d57eb6b0a9"><code>ca38a4b</code></a> Add "since 1.5.0" tag to new methods</li> <li><a href="https://github.com/TooTallNate/Java-WebSocket/commit/3ebbe21da698905c32ad58f03d70dfe93764e25d"><code>3ebbe21</code></a> Allow user to specify max number of pending connections to a server</li> <li><a href="https://github.com/TooTallNate/Java-WebSocket/commit/067098588d1c2dd98c6b0140044056743cb7a7a2"><code>0670985</code></a> Rework after review</li> <li><a href="https://github.com/TooTallNate/Java-WebSocket/commit/2dbe2d3c4a3ba63a0132a256ccefbfceb69531c9"><code>2dbe2d3</code></a> API for SSLParameters</li> <li>Additional commits viewable in <a href="https://github.com/TooTallNate/Java-WebSocket/compare/v1.4.0...v1.5.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 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-streampipes/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]
