Skip to content

Commit 34aaa8a

Browse files
MINOR: Bump io.netty:netty-bom from 4.1.119.Final to 4.2.0.Final (#700)
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.119.Final to 4.2.0.Final. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/netty/netty/commit/09e64d259c99be8b5b2a471a78f11e65eb82598a"><code>09e64d2</code></a> [maven-release-plugin] prepare release netty-4.2.0.Final</li> <li><a href="https://github.com/netty/netty/commit/9b3a5418e09c326d61163fd3ecc0e937b6139854"><code>9b3a541</code></a> Fix timeout when auto read is disabled late in io_uring (<a href="https://redirect.github.com/netty/netty/issues/14989">#14989</a>)</li> <li><a href="https://github.com/netty/netty/commit/55c0d56abe3b3f8da802bb12be151e0566971936"><code>55c0d56</code></a> Adjust version of final release</li> <li><a href="https://github.com/netty/netty/commit/f520eaf111e9119e0b43de4264e24dedb8c061b4"><code>f520eaf</code></a> Make native image profiles activate on 'native-image' binary (<a href="https://redirect.github.com/netty/netty/issues/14986">#14986</a>) (<a href="https://redirect.github.com/netty/netty/issues/14987">#14987</a>)</li> <li><a href="https://github.com/netty/netty/commit/664f20315cc4aae48f6335e9691a5113c1959215"><code>664f203</code></a> Optimise HttpMethod#valueOf fast path lookup. (<a href="https://redirect.github.com/netty/netty/issues/14982">#14982</a>)</li> <li><a href="https://github.com/netty/netty/commit/a7e206d82afe397783a76107bc549aa7441d396f"><code>a7e206d</code></a> Add suppressed exception to original cause when calling Future.sync* (<a href="https://redirect.github.com/netty/netty/issues/14898">#14898</a>)</li> <li><a href="https://github.com/netty/netty/commit/e8b00090a2ff24f711339885d9a9ef1fa119aa18"><code>e8b0009</code></a> Use correct directory for JAVA_HOME</li> <li><a href="https://github.com/netty/netty/commit/fe81c54eed11b47dae53858bddfcc9e619f23817"><code>fe81c54</code></a> Install Java11 and use it for cross-compiling (<a href="https://redirect.github.com/netty/netty/issues/14981">#14981</a>)</li> <li><a href="https://github.com/netty/netty/commit/e5b8aa000f1d5cdb4bef5f176f7943d58a697bfe"><code>e5b8aa0</code></a> HTTP2: Allow to manually manage window update frames when using Http2… (<a href="https://redirect.github.com/netty/netty/issues/14980">#14980</a>)</li> <li><a href="https://github.com/netty/netty/commit/788071415e0a985331593b5c989ffa7c6ed82c4d"><code>7880714</code></a> Allow delayed set of owningThread in ManualIoEventLoop (<a href="https://redirect.github.com/netty/netty/issues/14976">#14976</a>)</li> <li>Additional commits viewable in <a href="https://github.com/netty/netty/compare/netty-4.1.119.Final...netty-4.2.0.Final">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.netty:netty-bom&package-manager=maven&previous-version=4.1.119.Final&new-version=4.2.0.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2daf130 commit 34aaa8a

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
@@ -96,7 +96,7 @@ under the License.
9696
<dep.junit.jupiter.version>5.12.2</dep.junit.jupiter.version>
9797
<dep.slf4j.version>2.0.17</dep.slf4j.version>
9898
<dep.guava-bom.version>33.4.8-jre</dep.guava-bom.version>
99-
<dep.netty-bom.version>4.1.119.Final</dep.netty-bom.version>
99+
<dep.netty-bom.version>4.2.1.Final</dep.netty-bom.version>
100100
<dep.grpc-bom.version>1.71.0</dep.grpc-bom.version>
101101
<dep.protobuf-bom.version>4.30.2</dep.protobuf-bom.version>
102102
<dep.jackson-bom.version>2.18.3</dep.jackson-bom.version>

0 commit comments

Comments
 (0)