This is an automated email from the ASF dual-hosted git repository.
kou 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 6134b2efdb MINOR: [Java] Bump io.netty:netty-bom from 4.1.114.Final to
4.1.115.Final in /java (#44777)
6134b2efdb is described below
commit 6134b2efdb8a607fa930bee686824d3648f5bade
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 19 10:32:13 2024 +0900
MINOR: [Java] Bump io.netty:netty-bom from 4.1.114.Final to 4.1.115.Final
in /java (#44777)
Bumps [io.netty:netty-bom](https://github.com/netty/netty) from
4.1.114.Final to 4.1.115.Final.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/netty/netty/commit/04f9b4a827d992ad439823eeba85d65d3a89c265"><code>04f9b4a</code></a>
[maven-release-plugin] prepare release netty-4.1.115.Final</li>
<li><a
href="https://github.com/netty/netty/commit/fbf7a704a82e7449b48bd0bbb679f5661c6d61a3"><code>fbf7a70</code></a>
Merge commit from fork</li>
<li><a
href="https://github.com/netty/netty/commit/7b4fe3d25c01576636985320ebf16393cd21c13c"><code>7b4fe3d</code></a>
Specialize Adaptive's allocator Recycler based on magazine's owner (<a
href="https://redirect.github.com/netty/netty/issues/14421">#14421</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/9f3699e899a0e61ae2a2212252aa64832b9fb86a"><code>9f3699e</code></a>
Explicit specify the platform for Docker files (<a
href="https://redirect.github.com/netty/netty/issues/14448">#14448</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/3520fc75e4390851dca94e87dd1a0ca7bedbd648"><code>3520fc7</code></a>
Ensure netty-all generation does not override other snapshot jars (<a
href="https://redirect.github.com/netty/netty/issues/14450">#14450</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/925064ecf191936d7316732167805c6ecbacd469"><code>925064e</code></a>
Preserve ordering of default named groups during conversation (<a
href="https://redirect.github.com/netty/netty/issues/14447">#14447</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/837b73846d875f21de31efc5a157cf3060770f53"><code>837b738</code></a>
Make JMH executor threads look like event loop threads (<a
href="https://redirect.github.com/netty/netty/issues/14444">#14444</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/a434eef727be3622aa6ff9247bf0714dd427cb86"><code>a434eef</code></a>
AdaptiveByteBufAllocator: Make pooling of AdaptiveByteBuf magazine local (<a
href="https://redirect.github.com/netty/netty/issues/14">#14</a>...</li>
<li><a
href="https://github.com/netty/netty/commit/16123beacc87b02f04b52e03c350d67a26c570ba"><code>16123be</code></a>
Allow to set used named groups per OpenSslContext (<a
href="https://redirect.github.com/netty/netty/issues/14433">#14433</a>)</li>
<li><a
href="https://github.com/netty/netty/commit/dadbf589ff51a229e157ef73e4abe2ad158eb81f"><code>dadbf58</code></a>
Correctly detect if KeyManager is not supported by OpenSSL version (<a
href="https://redirect.github.com/netty/netty/issues/14437">#14437</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.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: Sutou Kouhei <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 3666bd4440..f150e1ae99 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -96,7 +96,7 @@ under the License.
<dep.junit.jupiter.version>5.11.3</dep.junit.jupiter.version>
<dep.slf4j.version>2.0.16</dep.slf4j.version>
<dep.guava-bom.version>33.3.1-jre</dep.guava-bom.version>
- <dep.netty-bom.version>4.1.114.Final</dep.netty-bom.version>
+ <dep.netty-bom.version>4.1.115.Final</dep.netty-bom.version>
<dep.grpc-bom.version>1.65.0</dep.grpc-bom.version>
<dep.protobuf-bom.version>3.25.5</dep.protobuf-bom.version>
<dep.jackson-bom.version>2.18.1</dep.jackson-bom.version>