Bumps netty-all from 4.0.21.Final to 4.1.35.Final.
Commits
- [`dfe657e`](https://github.com/netty/netty/commit/dfe657e2d4807f144846273eee451cef4ac36b3a) [maven-release-plugin] prepare release netty-4.1.35.Final
- [`3ebd29f`](https://github.com/netty/netty/commit/3ebd29f9c7e99db5bc3319707379ded6c0f6fa7b) Only try to use OpenSslX509TrustManagerWrapper when using Java 7+ ([#9065](https://github-redirect.dependabot.com/netty/netty/issues/9065))
- [`1d9090a`](https://github.com/netty/netty/commit/1d9090aab231ab737bd6459e0369b30d752296b2) DefaultHeaders#valueIterator to support removal ([#9063](https://github-redirect.dependabot.com/netty/netty/issues/9063))
- [`9ed41db`](https://github.com/netty/netty/commit/9ed41db1d731720c3c1019d3db379beaf7603409) Have (Epoll|KQueue)RecvByteAllocatorHandle extend DelegatingHandle ([#9060](https://github-redirect.dependabot.com/netty/netty/issues/9060))
- [`075cf8c`](https://github.com/netty/netty/commit/075cf8c02e005d61f424137d1b786b2ac669998e) DnsNameResolver.resolve(...) should notify future as soon as one preferred re...
- [`4b36a5b`](https://github.com/netty/netty/commit/4b36a5b08b0ec09eddf61cd330aec2a86048a122) Correctly calculate ttl for AuthoritativeNameServer when update existing reco...
- [`741bcd4`](https://github.com/netty/netty/commit/741bcd485dac919927069077a5304f43f470c393) Make Multicast tests more robust ([#9053](https://github-redirect.dependabot.com/netty/netty/issues/9053))
- [`fb50847`](https://github.com/netty/netty/commit/fb50847e3941a8566b4386ff323299eb558ab918) The benchmark is not taking into account nanoTime granularity ([#9033](https://github-redirect.dependabot.com/netty/netty/issues/9033))
- [`09faa72`](https://github.com/netty/netty/commit/09faa72296a4a20bf554da729dccd5bd31a5e347) Use ArrayDeque instead of LinkedList ([#9046](https://github-redirect.dependabot.com/netty/netty/issues/9046))
- [`dde3f56`](https://github.com/netty/netty/commit/dde3f561bcffc5b0ef845009ca751abfb14d9ead) Use ResolvedAddressTypes.IPV4_ONLY in DnsNameResolver by default if n… ([#9048](https://github-redirect.dependabot.com/netty/netty/issues/9048))
- Additional commits viewable in [compare view](https://github.com/netty/netty/compare/netty-4.0.21.Final...netty-4.1.35.Final)
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- 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.
Bumps netty-all from 4.0.21.Final to 4.1.35.Final.
Commits
- [`dfe657e`](https://github.com/netty/netty/commit/dfe657e2d4807f144846273eee451cef4ac36b3a) [maven-release-plugin] prepare release netty-4.1.35.Final - [`3ebd29f`](https://github.com/netty/netty/commit/3ebd29f9c7e99db5bc3319707379ded6c0f6fa7b) Only try to use OpenSslX509TrustManagerWrapper when using Java 7+ ([#9065](https://github-redirect.dependabot.com/netty/netty/issues/9065)) - [`1d9090a`](https://github.com/netty/netty/commit/1d9090aab231ab737bd6459e0369b30d752296b2) DefaultHeaders#valueIterator to support removal ([#9063](https://github-redirect.dependabot.com/netty/netty/issues/9063)) - [`9ed41db`](https://github.com/netty/netty/commit/9ed41db1d731720c3c1019d3db379beaf7603409) Have (Epoll|KQueue)RecvByteAllocatorHandle extend DelegatingHandle ([#9060](https://github-redirect.dependabot.com/netty/netty/issues/9060)) - [`075cf8c`](https://github.com/netty/netty/commit/075cf8c02e005d61f424137d1b786b2ac669998e) DnsNameResolver.resolve(...) should notify future as soon as one preferred re... - [`4b36a5b`](https://github.com/netty/netty/commit/4b36a5b08b0ec09eddf61cd330aec2a86048a122) Correctly calculate ttl for AuthoritativeNameServer when update existing reco... - [`741bcd4`](https://github.com/netty/netty/commit/741bcd485dac919927069077a5304f43f470c393) Make Multicast tests more robust ([#9053](https://github-redirect.dependabot.com/netty/netty/issues/9053)) - [`fb50847`](https://github.com/netty/netty/commit/fb50847e3941a8566b4386ff323299eb558ab918) The benchmark is not taking into account nanoTime granularity ([#9033](https://github-redirect.dependabot.com/netty/netty/issues/9033)) - [`09faa72`](https://github.com/netty/netty/commit/09faa72296a4a20bf554da729dccd5bd31a5e347) Use ArrayDeque instead of LinkedList ([#9046](https://github-redirect.dependabot.com/netty/netty/issues/9046)) - [`dde3f56`](https://github.com/netty/netty/commit/dde3f561bcffc5b0ef845009ca751abfb14d9ead) Use ResolvedAddressTypes.IPV4_ONLY in DnsNameResolver by default if n… ([#9048](https://github-redirect.dependabot.com/netty/netty/issues/9048)) - Additional commits viewable in [compare view](https://github.com/netty/netty/compare/netty-4.0.21.Final...netty-4.1.35.Final)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - 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.