Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump io.netty:netty-buffer from 4.1.115.Final to 4.1.116.Final (#195)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [io.netty:netty-buffer](https://github.com/netty/netty) from 4.1.115.Final to 4.1.116.Final. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/netty/netty/commit/2a58b07dbb22eeca2c3517c6393bd039614148dc"><code>2a58b07</code></a> [maven-release-plugin] prepare release netty-4.1.116.Final</li> <li><a href="https://github.com/netty/netty/commit/a739efa3151625d72d08d2dd50dd5c7f860ea03f"><code>a739efa</code></a> Adaptive: Add assert to guard against bugs related to chunk pooling (<a href="https://redirect.github.com/netty/netty/issues/14590">#14590</a>)</li> <li><a href="https://github.com/netty/netty/commit/22cb4ecd43ca9ff6c06060383d8616063d25538e"><code>22cb4ec</code></a> Fix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (<a href="https://redirect.github.com/netty/netty/issues/14588">#14588</a>)</li> <li><a href="https://github.com/netty/netty/commit/ad104c6f8bc13a58c9f0d3695645efa61ce11dbe"><code>ad104c6</code></a> Correctly gard aginst failure when running on systems with 1 core</li> <li><a href="https://github.com/netty/netty/commit/a16f8aaf2ff101567a526916b46d7752aaf44c67"><code>a16f8aa</code></a> Allow PcapWriteHandler to output PCAP files larger than 2GB (<a href="https://redirect.github.com/netty/netty/issues/14478">#14478</a>)</li> <li><a href="https://github.com/netty/netty/commit/dccfcc847862d08a27a2591739d4d0dcdda9a804"><code>dccfcc8</code></a> Adapt: Ensure Chunks from the central Queue are re-used even if there… (<a href="https://redirect.github.com/netty/netty/issues/14586">#14586</a>)</li> <li><a href="https://github.com/netty/netty/commit/fdc10c42dc59b766d3a0cb5de855f9275a5ef1a4"><code>fdc10c4</code></a> chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (<a href="https://redirect.github.com/netty/netty/issues/14573">#14573</a>)</li> <li><a href="https://github.com/netty/netty/commit/46b11cc4ef60ea636d1d2541c18c3a33d4f9ceea"><code>46b11cc</code></a> Adapt: Don't fail when we run on a host with 1 core (<a href="https://redirect.github.com/netty/netty/issues/14582">#14582</a>) (<a href="https://redirect.github.com/netty/netty/issues/14584">#14584</a>)</li> <li><a href="https://github.com/netty/netty/commit/6138a5a39cdbf6e9212d02bd9d02edb36c6618b5"><code>6138a5a</code></a> Adapt: Only add Chunk to central Queue if unused (<a href="https://redirect.github.com/netty/netty/issues/14580">#14580</a>) (<a href="https://redirect.github.com/netty/netty/issues/14583">#14583</a>)</li> <li><a href="https://github.com/netty/netty/commit/6c3041fe6a0e18c3863c7827bbcaf976a631ffca"><code>6c3041f</code></a> Adaptive: Correctly restore allocatedBytes value on failure (<a href="https://redirect.github.com/netty/netty/issues/14577">#14577</a>) (<a href="https://redirect.github.com/netty/netty/issues/14578">#14578</a>)</li> <li>Additional commits viewable in <a href="https://github.com/netty/netty/compare/netty-4.1.115.Final...netty-4.1.116.Final">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-buffer&package-manager=maven&previous-version=4.1.115.Final&new-version=4.1.116.Final)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information