Skip to content

Commit 1e4d27e

Browse files
Bump io.netty:netty-bom from 4.2.7.Final to 4.2.9.Final (#468)
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.2.7.Final to 4.2.9.Final. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/netty/netty/commit/a853a399b5dc976b70d457953741419db0cd45fa"><code>a853a39</code></a> [maven-release-plugin] prepare release netty-4.2.9.Final</li> <li><a href="https://github.com/netty/netty/commit/6d29a4f3436b751be4d23b2264df20e638b77cfa"><code>6d29a4f</code></a> Add missing publishing config for the bom module</li> <li><a href="https://github.com/netty/netty/commit/ea911deea6c3d5aa3815887f4f73a25b3436c05a"><code>ea911de</code></a> Optimize HTTP startline validation (<a href="https://redirect.github.com/netty/netty/issues/16030">#16030</a>)</li> <li><a href="https://github.com/netty/netty/commit/d7108a36bb0a0668ab7c3aaf399473609a6f579d"><code>d7108a3</code></a> LocalChannel: Reduce GC by re-using same Runnable (<a href="https://redirect.github.com/netty/netty/issues/16014">#16014</a>)</li> <li><a href="https://github.com/netty/netty/commit/207afcbbc7cfbc69c85cf76373bdf5536d6ff65f"><code>207afcb</code></a> Fix MpscIntQueue bug (<a href="https://redirect.github.com/netty/netty/issues/16023">#16023</a>)</li> <li><a href="https://github.com/netty/netty/commit/27bfd564612ed657224731eedd3a28d7458d04f6"><code>27bfd56</code></a> Fix HTTP startline validation (<a href="https://redirect.github.com/netty/netty/issues/16022">#16022</a>)</li> <li><a href="https://github.com/netty/netty/commit/40ab4184d85f812199b1357efaabf49a25cb029b"><code>40ab418</code></a> [maven-release-plugin] prepare for next development iteration</li> <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>Additional commits viewable in <a href="https://github.com/netty/netty/compare/netty-4.2.7.Final...netty-4.2.9.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=gradle&previous-version=4.2.7.Final&new-version=4.2.9.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>
1 parent fb69538 commit 1e4d27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dokka = "2.1.0"
55
atomicfu = "0.29.0"
66
ktlint = "14.0.1"
77
kover = "0.9.4"
8-
netty = "4.2.7.Final"
8+
netty = "4.2.9.Final"
99
mavenPublish = "0.35.0"
1010
binaryCompatibilityValidatorPlugin = "0.18.1"
1111
openapi-generator = "7.18.0"

0 commit comments

Comments
 (0)