This is an automated email from the ASF dual-hosted git repository.
dpitkin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new a87a8e0efe MINOR: [Java] Bump io.netty:netty-bom from 4.1.112.Final to
4.1.113.Final in /java (#44022)
a87a8e0efe is described below
commit a87a8e0efe1650b01ac85f7a7331ccfcffc088a2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 10 14:12:58 2024 -0400
MINOR: [Java] Bump io.netty:netty-bom from 4.1.112.Final to 4.1.113.Final
in /java (#44022)
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from
4.1.112.Final to 4.1.113.Final.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/netty/netty/commit/d0a109ef01ed6ad28bb8ffd4a5b1606fcae63ed1"><code>d0a109e</code></a>
[maven-release-plugin] prepare release netty-4.1.113.Final</li>
<li><a
href="https://github.com/netty/netty/commit/e1d63849add6d100599e7cbc351934f829bb9167"><code>e1d6384</code></a>
Cleanup fields on AdaptiveByteBuf::deallocate (<a
href="https://redirect.github.com/netty/netty/issues/14273">#14273</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/8a02f4583df23e75e033181489260994a09bb880"><code>8a02f45</code></a>
Upload hidden files for staging (<a
href="https://redirect.github.com/netty/netty/issues/14275">#14275</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/c0fdb8e9f8f256990e902fcfffbbe10754d0f3dd"><code>c0fdb8e</code></a>
adjust continuation frame header length (<a
href="https://redirect.github.com/netty/netty/issues/14245">#14245</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/95d86bbcee4f8e5a7d273d7ee16f69982cf2fab1"><code>95d86bb</code></a>
chore: clean code DefaultChannelPipeline add method (<a
href="https://redirect.github.com/netty/netty/issues/14249">#14249</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/1c1da9f943322a12588e7c5b8b637c8e0fa642da"><code>1c1da9f</code></a>
Fix netty-all artifact snapshot deployments (<a
href="https://redirect.github.com/netty/netty/issues/14264">#14264</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/235eb6f060e0ae5a063e96ba9be5efdc5806e5bf"><code>235eb6f</code></a>
Upgrade to netty-tcnative 2.0.66.Final (<a
href="https://redirect.github.com/netty/netty/issues/14254">#14254</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/ceade95db41b592167acec45e30aaa21ea0d26a6"><code>ceade95</code></a>
Ensure flushes are not discarded by ChunkedWriteHandler for passed th… (<a
href="https://redirect.github.com/netty/netty/issues/14248">#14248</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/dc30c3337a766d9f9519e910438ed3a3ae1b3761"><code>dc30c33</code></a>
Add new SslHandler.isEncrypted(...) variant that will not produce fal… (<a
href="https://redirect.github.com/netty/netty/issues/14243">#14243</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/31d15922ca9a0ea63631ed705ee3cc413a6429bc"><code>31d1592</code></a>
Remove reference to parent in recycled buffers for leak detection (<a
href="https://redirect.github.com/netty/netty/issues/14250">#14250</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/netty/netty/compare/netty-4.1.112.Final...netty-4.1.113.Final">compare
view</a></li>
</ul>
</details>
<br />
[](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: Dane Pitkin <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 1c68fde535..1e22b6b973 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -96,7 +96,7 @@ under the License.
<dep.junit.jupiter.version>5.11.0</dep.junit.jupiter.version>
<dep.slf4j.version>2.0.16</dep.slf4j.version>
<dep.guava-bom.version>33.2.1-jre</dep.guava-bom.version>
- <dep.netty-bom.version>4.1.112.Final</dep.netty-bom.version>
+ <dep.netty-bom.version>4.1.113.Final</dep.netty-bom.version>
<dep.grpc-bom.version>1.65.0</dep.grpc-bom.version>
<dep.protobuf-bom.version>3.25.4</dep.protobuf-bom.version>
<dep.jackson-bom.version>2.17.2</dep.jackson-bom.version>