Skip to content

Commit 6393323

Browse files
Bump io.netty:netty-codec-http from 4.2.5.Final to 4.2.8.Final (#2131)
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.2.5.Final to 4.2.8.Final. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/netty/netty/commit/e2d9d11c67f418c3d1e76b77dd7b93de36e47787"><code>e2d9d11</code></a> [maven-release-plugin] prepare release netty-4.2.8.Final</li> <li><a href="https://github.com/netty/netty/commit/2f2e437f10267277d0369eb1f81be89dd4654168"><code>2f2e437</code></a> Merge commit from fork</li> <li><a href="https://github.com/netty/netty/commit/d011634cf2192efa49457e738757eda55ccc4dcf"><code>d011634</code></a> Build fixes to allow using the epoll native transport on Android (<a href="https://redirect.github.com/netty/netty/issues/16016">#16016</a>)</li> <li><a href="https://github.com/netty/netty/commit/14fc741d5d400c7379c3b27260a2609ae38bd7d0"><code>14fc741</code></a> Correct codec-native-quic Fragment-Host (<a href="https://redirect.github.com/netty/netty/issues/16015">#16015</a>)</li> <li><a href="https://github.com/netty/netty/commit/caa07bb7fa8438c0fa887e0541e7efcbf51c7979"><code>caa07bb</code></a> Fix Socket reading of abstract unix domain addresses (<a href="https://redirect.github.com/netty/netty/issues/16010">#16010</a>)</li> <li><a href="https://github.com/netty/netty/commit/640b6b72c73f5c515c5203ecc3c30ef34051cffc"><code>640b6b7</code></a> Fix - Http3FrameCodec decode fail during unknown settings (<a href="https://redirect.github.com/netty/netty/issues/15998">#15998</a>)</li> <li><a href="https://github.com/netty/netty/commit/35f6ad12dbb4df174fffc250fd1b7b9338ca6e4d"><code>35f6ad1</code></a> Prevent ManualEventLoop to block on a racy task submission (<a href="https://redirect.github.com/netty/netty/issues/15937">#15937</a>)</li> <li><a href="https://github.com/netty/netty/commit/2b29b5e87656203fecd1732ffb472a366a1918cc"><code>2b29b5e</code></a> Use exact length when allocating the acceptedAddress byte[] (<a href="https://redirect.github.com/netty/netty/issues/15973">#15973</a>) (<a href="https://redirect.github.com/netty/netty/issues/15984">#15984</a>)</li> <li><a href="https://github.com/netty/netty/commit/b1182ed1d58bd7b60b598523b8c540af25eea6e5"><code>b1182ed</code></a> Update lz4-java version to 1.10.1 (<a href="https://redirect.github.com/netty/netty/issues/15978">#15978</a>)</li> <li><a href="https://github.com/netty/netty/commit/debdc56c1c4256dc7550b26d5e87b6cc218a8749"><code>debdc56</code></a> Pcap: Fix possible buffer leak when initializion fails (<a href="https://redirect.github.com/netty/netty/issues/15975">#15975</a>)</li> <li>Additional commits viewable in <a href="https://github.com/netty/netty/compare/netty-4.2.5.Final...netty-4.2.8.Final">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-codec-http&package-manager=maven&previous-version=4.2.5.Final&new-version=4.2.8.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AsyncHttpClient/async-http-client/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4932e86 commit 6393323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<maven.compiler.target>11</maven.compiler.target>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747

48-
<netty.version>4.2.5.Final</netty.version>
48+
<netty.version>4.2.8.Final</netty.version>
4949
<brotli4j.version>1.18.0</brotli4j.version>
5050
<slf4j.version>2.0.16</slf4j.version>
5151
<zstd-jni.version>1.5.7-2</zstd-jni.version>

0 commit comments

Comments
 (0)