mqlight / java-mqlight

This Java package provides the high-level API by which you can interact with the MQ Light runtime.
Apache License 2.0
10 stars 9 forks source link

Bump netty-all from 4.0.21.Final to 4.1.41.Final #74

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps netty-all from 4.0.21.Final to 4.1.41.Final.

Commits - [`7cf6902`](https://github.com/netty/netty/commit/7cf69022d48d123ac9f2920729613766f08f0874) [maven-release-plugin] prepare release netty-4.1.41.Final - [`7f39142`](https://github.com/netty/netty/commit/7f391426a2179d3c68e3a116567aa9a0aaf0524c) Revert changes in EpollEventLoop that were done recently and did cause variou... - [`b409f8e`](https://github.com/netty/netty/commit/b409f8e7fa70da80d9801737e051c860aa979f13) Revert "Epoll: Avoid redundant EPOLL_CTL_MOD calls ([#9397](https://github-redirect.dependabot.com/netty/netty/issues/9397))" - [`8280252`](https://github.com/netty/netty/commit/8280252d0e80e5e844215234732a7cda4862e260) Revert "Close eventfd shutdown/wakeup race by closely tracking epoll edges (#... - [`aef47be`](https://github.com/netty/netty/commit/aef47bec7f0f72d104bf3525aded05d0b8c8e499) [maven-release-plugin] prepare for next development iteration - [`267e5da`](https://github.com/netty/netty/commit/267e5da48110fff014d3b62ca1968772fc87f1eb) [maven-release-plugin] prepare release netty-4.1.40.Final - [`7a547aa`](https://github.com/netty/netty/commit/7a547aab65b15a4d4dcaf3a39666d0b6b89fd1ed) Correctly handle IPV6-mapped-IPV4 addresses in native code when receiving dat... - [`bcb0d02`](https://github.com/netty/netty/commit/bcb0d0224895ea40d64d9de12263c6fcc85cde27) Fix HttpContentEncoder does not handle multiple Accept-Encoding ([#9557](https://github-redirect.dependabot.com/netty/netty/issues/9557)) - [`3e3a748`](https://github.com/netty/netty/commit/3e3a748eb6ac80c52792519a99b6bfef7522f22d) SocksAuthRequest constructor occasionally throws IllegalStateException ([#9558](https://github-redirect.dependabot.com/netty/netty/issues/9558)) - [`454cc80`](https://github.com/netty/netty/commit/454cc80141172ec7c6fbc98b8e249ca7645fa27e) Fix WriteTimeoutException java doc description ([#9554](https://github-redirect.dependabot.com/netty/netty/issues/9554)) - Additional commits viewable in [compare view](https://github.com/netty/netty/compare/netty-4.0.21.Final...netty-4.1.41.Final)


Dependabot compatibility score

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 commands and options
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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #75.