Skip to content

Commit

Permalink
Bump io.netty:netty-buffer from 4.1.112.Final to 4.1.113.Final (#174)
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-buffer](https://github.com/netty/netty) from
4.1.112.Final to 4.1.113.Final.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/netty/netty/commit/d0a109ef01ed6ad28bb8ffd4a5b1606fcae63ed1"><code>d0a109e</code></a>
[maven-release-plugin] prepare release netty-4.1.113.Final</li>
<li><a
href="https://github.com/netty/netty/commit/e1d63849add6d100599e7cbc351934f829bb9167"><code>e1d6384</code></a>
Cleanup fields on AdaptiveByteBuf::deallocate (<a
href="https://redirect.github.com/netty/netty/issues/14273">#14273</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/8a02f4583df23e75e033181489260994a09bb880"><code>8a02f45</code></a>
Upload hidden files for staging (<a
href="https://redirect.github.com/netty/netty/issues/14275">#14275</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/c0fdb8e9f8f256990e902fcfffbbe10754d0f3dd"><code>c0fdb8e</code></a>
adjust continuation frame header length (<a
href="https://redirect.github.com/netty/netty/issues/14245">#14245</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/95d86bbcee4f8e5a7d273d7ee16f69982cf2fab1"><code>95d86bb</code></a>
chore: clean code DefaultChannelPipeline add method (<a
href="https://redirect.github.com/netty/netty/issues/14249">#14249</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/1c1da9f943322a12588e7c5b8b637c8e0fa642da"><code>1c1da9f</code></a>
Fix netty-all artifact snapshot deployments (<a
href="https://redirect.github.com/netty/netty/issues/14264">#14264</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/235eb6f060e0ae5a063e96ba9be5efdc5806e5bf"><code>235eb6f</code></a>
Upgrade to netty-tcnative 2.0.66.Final (<a
href="https://redirect.github.com/netty/netty/issues/14254">#14254</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/ceade95db41b592167acec45e30aaa21ea0d26a6"><code>ceade95</code></a>
Ensure flushes are not discarded by ChunkedWriteHandler for passed th…
(<a
href="https://redirect.github.com/netty/netty/issues/14248">#14248</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/dc30c3337a766d9f9519e910438ed3a3ae1b3761"><code>dc30c33</code></a>
Add new SslHandler.isEncrypted(...) variant that will not produce fal…
(<a
href="https://redirect.github.com/netty/netty/issues/14243">#14243</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/31d15922ca9a0ea63631ed705ee3cc413a6429bc"><code>31d1592</code></a>
Remove reference to parent in recycled buffers for leak detection (<a
href="https://redirect.github.com/netty/netty/issues/14250">#14250</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/netty/netty/compare/netty-4.1.112.Final...netty-4.1.113.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.112.Final&new-version=4.1.113.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent 0343441 commit a18cd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.112.Final</version>
<version>4.1.113.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit a18cd10

Please sign in to comment.