Skip to content

Commit

Permalink
MINOR: [Java] Bump io.netty:netty-bom from 4.1.108.Final to 4.1.110.F…
Browse files Browse the repository at this point in the history
…inal in /java (apache#42075)

Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.108.Final to 4.1.110.Final.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/netty/netty/commit/2e218bbd0a416d6e8a7abb5e2d180fe9f19a9968"><code>2e218bb</code></a> [maven-release-plugin] prepare release netty-4.1.110.Final</li>
<li><a href="https://github.com/netty/netty/commit/ebf0e412a08928304b05f12ea81899b971fd379e"><code>ebf0e41</code></a> Add support for specifying SecureRandom in SSLContext initialization (<a href="https://redirect.github.com/netty/netty/issues/14058">#14058</a>)</li>
<li><a href="https://github.com/netty/netty/commit/243de91df2e9a9bf0ad938f54f76063c14ba6e3d"><code>243de91</code></a> Remove <a href="https://github.com/UnstableApi"><code>@​UnstableApi</code></a> usage (<a href="https://redirect.github.com/netty/netty/issues/14064">#14064</a>)</li>
<li><a href="https://github.com/netty/netty/commit/ecebe1c102cf9a9e2faaccbfc12f594963af7326"><code>ecebe1c</code></a> AdaptivePoolingAllocator's Chunks Weak Ref-Counting (<a href="https://redirect.github.com/netty/netty/issues/14056">#14056</a>)</li>
<li><a href="https://github.com/netty/netty/commit/7ad2b91515b3affaeadb4b2975cd6d2a8342c403"><code>7ad2b91</code></a> Branchless varint decoding (<a href="https://redirect.github.com/netty/netty/issues/14050">#14050</a>)</li>
<li><a href="https://github.com/netty/netty/commit/343879818495a6179e397f32034d6122980232ef"><code>3438798</code></a> AdaptivePoolingAllocator EventLoop Magazine's affinity (<a href="https://redirect.github.com/netty/netty/issues/14017">#14017</a>)</li>
<li><a href="https://github.com/netty/netty/commit/2e413d6c73aac00d4541bab119c7a2c330bf8235"><code>2e413d6</code></a> Add more JDK versions to the devcontainers (<a href="https://redirect.github.com/netty/netty/issues/14008">#14008</a>)</li>
<li><a href="https://github.com/netty/netty/commit/a300058380ec531db9af9d18585bd732e3039355"><code>a300058</code></a> Add no-value key handling only for form body (<a href="https://redirect.github.com/netty/netty/issues/13998">#13998</a>)</li>
<li><a href="https://github.com/netty/netty/commit/d868c7b5926c0c00a2367543ba91901072cce636"><code>d868c7b</code></a> Support bc-fips in BouncyCastleSelfSignedCertGenerator (<a href="https://redirect.github.com/netty/netty/issues/13954">#13954</a>)</li>
<li><a href="https://github.com/netty/netty/commit/420b037f20b8fc4c20291895db5946334d221491"><code>420b037</code></a> Add unix domain socket transport in netty 4.x via JDK16+ (<a href="https://redirect.github.com/netty/netty/issues/13965">#13965</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/netty/netty/compare/netty-4.1.108.Final...netty-4.1.110.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.108.Final&new-version=4.1.110.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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 32db3dd commit c52ad09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ under the License.
<dep.junit.jupiter.version>5.10.2</dep.junit.jupiter.version>
<dep.slf4j.version>2.0.13</dep.slf4j.version>
<dep.guava-bom.version>33.2.1-jre</dep.guava-bom.version>
<dep.netty-bom.version>4.1.108.Final</dep.netty-bom.version>
<dep.netty-bom.version>4.1.110.Final</dep.netty-bom.version>
<dep.grpc-bom.version>1.63.0</dep.grpc-bom.version>
<dep.protobuf-bom.version>3.25.1</dep.protobuf-bom.version>
<dep.jackson-bom.version>2.17.0</dep.jackson-bom.version>
Expand Down

0 comments on commit c52ad09

Please sign in to comment.