Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
Bump netty-all from 4.1.73.Final to 4.1.74.Final (#410)
Browse files Browse the repository at this point in the history
Bumps [netty-all](https://github.com/netty/netty) from 4.1.73.Final to 4.1.74.Final.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/netty/netty/commit/51eda20432568ffdf736a673abc6b5a44839413f"><code>51eda20</code></a> [maven-release-plugin] prepare release netty-4.1.74.Final</li>
<li><a href="https://github.com/netty/netty/commit/54a2c6da44f57c1a8a721226165a7bb0a55beb8c"><code>54a2c6d</code></a> Fix reverse port issue pcap capture (<a href="https://github-redirect.dependabot.com/netty/netty/issues/12081">#12081</a>)</li>
<li><a href="https://github.com/netty/netty/commit/773ac508b707368d69152711162e79fd63a59c6b"><code>773ac50</code></a> add CORS Access Control for Private Networks (<a href="https://github-redirect.dependabot.com/netty/netty/issues/12070">#12070</a>)</li>
<li><a href="https://github.com/netty/netty/commit/77ed04330487e7b7f319c41dbe8dd96568d46ba2"><code>77ed043</code></a> Introduce <code>Http2DataChunkedInput</code> to send chunked Http2 Data Frames (<a href="https://github-redirect.dependabot.com/netty/netty/issues/12066">#12066</a>)</li>
<li><a href="https://github.com/netty/netty/commit/2ab9d653f6199c1438653e1d28c9948b7b9a541c"><code>2ab9d65</code></a> Link to discord server in readme (<a href="https://github-redirect.dependabot.com/netty/netty/issues/12079">#12079</a>)</li>
<li><a href="https://github.com/netty/netty/commit/fb4a3206ea49364b5a251029ea9618cd61549380"><code>fb4a320</code></a> Don't set the writerIndex to incorrect value when scattering reads are used f...</li>
<li><a href="https://github.com/netty/netty/commit/cbeb705841b5572be37b1b77c3ef09012e6b8aa1"><code>cbeb705</code></a> Upgrade to latest maven release (<a href="https://github-redirect.dependabot.com/netty/netty/issues/12075">#12075</a>)</li>
<li><a href="https://github.com/netty/netty/commit/a8966ac09724b3c3cf9c53f8a2e5470533de511e"><code>a8966ac</code></a> Fix ByteToMessageDecoder docs (<a href="https://github-redirect.dependabot.com/netty/netty/issues/12069">#12069</a>)</li>
<li><a href="https://github.com/netty/netty/commit/1f357fc00e68091b320ada074d198b90a7c75377"><code>1f357fc</code></a> Support RFC 8879 Certificate Compression for TLSv1.3 (<a href="https://github-redirect.dependabot.com/netty/netty/issues/12012">#12012</a>)</li>
<li><a href="https://github.com/netty/netty/commit/ac17a516d443f5087ac1bf0e51ef748d8314d0dc"><code>ac17a51</code></a> Improve FIXME code (<a href="https://github-redirect.dependabot.com/netty/netty/issues/12063">#12063</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/netty/netty/compare/netty-4.1.73.Final...netty-4.1.74.Final">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-all&package-manager=maven&previous-version=4.1.73.Final&new-version=4.1.74.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 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>
  • Loading branch information
dependabot[bot] authored Feb 8, 2022
1 parent d14b318 commit f1b1b71
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 @@ -99,7 +99,7 @@
<httpclient-cache.version>4.5.13</httpclient-cache.version>
<httpmine.version>4.5.13</httpmine.version>
<httpcore.version>4.4.15</httpcore.version>
<netty.version>4.1.73.Final</netty.version>
<netty.version>4.1.74.Final</netty.version>
<pulsar.version>2.9.1</pulsar.version>
<!-- Other Dependencies -->
<guava.version>31.0.1-jre</guava.version>
Expand Down

0 comments on commit f1b1b71

Please sign in to comment.