This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.9 by this push:
new 8d090d530 ORC-1517: Bump `snappy-java` to 1.1.10.5 in `bench` module
8d090d530 is described below
commit 8d090d5301bb49b5cf9def2af8452b70e1f7fb0a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 7 03:12:17 2023 -0700
ORC-1517: Bump `snappy-java` to 1.1.10.5 in `bench` module
Bumps
[org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from
1.1.10.4 to 1.1.10.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/xerial/snappy-java/releases">org.xerial.snappy:snappy-java's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.10.5</h2>
<h2>What's Changed</h2>
<h3>🚀 Features</h3>
<ul>
<li>Feature: Add Windows arm64 (e.g., Surface Pro X, Surface Pro 9 with 5G,
etc.) support by <a
href="https://github.com/imsudiproy"><code>imsudiproy</code></a> in <a
href="https://redirect.github.com/xerial/snappy-java/pull/511">xerial/snappy-java#511</a></li>
<li>Linux ppc64-le: Use an LTS-version of cross-compiler to support
GLIBC_2.28 by <a href="https://github.com/xerial"><code>xerial</code></a> in
<a
href="https://redirect.github.com/xerial/snappy-java/pull/516">xerial/snappy-java#516</a></li>
</ul>
<h3>🐛 Bug Fixes</h3>
<ul>
<li>Fix GLIBC_2.32 not found error in ppc64le on an older version of Linux
(e.g,. RedHat8.6) <a
href="https://redirect.github.com/xerial/snappy-java/issues/512">#512</a> by <a
href="https://github.com/vineshcpaul"><code>vineshcpaul</code></a> in <a
href="https://redirect.github.com/xerial/snappy-java/pull/515">xerial/snappy-java#515</a></li>
<li>internal fix: Use Windows-aarch64 target name by <a
href="https://github.com/xerial"><code>xerial</code></a> in <a
href="https://redirect.github.com/xerial/snappy-java/pull/518">xerial/snappy-java#518</a></li>
<li>win-aarch64 (fix): Fix dll name by <a
href="https://github.com/xerial"><code>xerial</code></a> in <a
href="https://redirect.github.com/xerial/snappy-java/pull/520">xerial/snappy-java#520</a></li>
</ul>
<h3>🔗 Dependency Updates</h3>
<ul>
<li>Bump jwlawson/actions-setup-cmake from 1.13 to 1.14 by <a
href="https://github.com/dependabot"><code>dependabot</code></a> in <a
href="https://redirect.github.com/xerial/snappy-java/pull/514">xerial/snappy-java#514</a></li>
<li>Update native libraries by <a
href="https://github.com/github-actions"><code>github-actions</code></a> in <a
href="https://redirect.github.com/xerial/snappy-java/pull/519">xerial/snappy-java#519</a></li>
<li>Update native libraries by <a
href="https://github.com/github-actions"><code>github-actions</code></a> in <a
href="https://redirect.github.com/xerial/snappy-java/pull/521">xerial/snappy-java#521</a></li>
<li>internal: Support JDK21 in CI by <a
href="https://github.com/xerial"><code>xerial</code></a> in <a
href="https://redirect.github.com/xerial/snappy-java/pull/510">xerial/snappy-java#510</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/vineshcpaul"><code>vineshcpaul</code></a>
made their first contribution in <a
href="https://redirect.github.com/xerial/snappy-java/pull/515">xerial/snappy-java#515</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/xerial/snappy-java/compare/v1.1.10.4...v1.1.10.5">https://github.com/xerial/snappy-java/compare/v1.1.10.4...v1.1.10.5</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/xerial/snappy-java/commit/08abfa4f85b3a39c5fe8fa2f43b482440bedb5a3"><code>08abfa4</code></a>
Update native libraries for 4b2c1e89a42bc1fc715199974140f93cefe37d71 (<a
href="https://redirect.github.com/xerial/snappy-java/issues/521">#521</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/4b2c1e89a42bc1fc715199974140f93cefe37d71"><code>4b2c1e8</code></a>
win-aarch64 (fix): Fix dll name (<a
href="https://redirect.github.com/xerial/snappy-java/issues/520">#520</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/0fff1ac8f59dea7d7906b85f7f3536eebcc03388"><code>0fff1ac</code></a>
Update native libraries for e6d1196bc68dd76d19e915ee0124c4d42b020ef2 (<a
href="https://redirect.github.com/xerial/snappy-java/issues/519">#519</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/e6d1196bc68dd76d19e915ee0124c4d42b020ef2"><code>e6d1196</code></a>
internal fix: Use Windows-aarch64 target name and compiler options (<a
href="https://redirect.github.com/xerial/snappy-java/issues/518">#518</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/3c67a7b51cc78e7c2f3b050541f37edfa450eb23"><code>3c67a7b</code></a>
ppc64-le (Fix): Use an LTS-version of cross-compiler for Linux ppc64-le (<a
href="https://redirect.github.com/xerial/snappy-java/issues/516">#516</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/67f5d2698170a7c75cda62c91106dc8201e8d75a"><code>67f5d26</code></a>
Bump jwlawson/actions-setup-cmake from 1.13 to 1.14 (<a
href="https://redirect.github.com/xerial/snappy-java/issues/514">#514</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/ee96b64c7d878fceeb272eb5e6fcac6c0aea4088"><code>ee96b64</code></a>
Feature: Add Windows arm64 support (<a
href="https://redirect.github.com/xerial/snappy-java/issues/511">#511</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/0016fed5b455a14ec15da6d40d8422cd985bc843"><code>0016fed</code></a>
Fix GLIBC_2.32 not found error on IBM PowerPC LE RedHat 8.6 OS (required by
/...</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/681b2e1b96f8b3ada5f46162aaea32cc0d41472d"><code>681b2e1</code></a>
internal: Support JDK21 (<a
href="https://redirect.github.com/xerial/snappy-java/issues/510">#510</a>)</li>
<li>See full diff in <a
href="https://github.com/xerial/snappy-java/compare/v1.1.10.4...v1.1.10.5">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>
Closes #1632 from
dependabot[bot]/dependabot/maven/java/org.xerial.snappy-snappy-java-1.1.10.5.
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit d90ad49748bc8421758eaa5249d3d353f60ea6df)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/bench/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 3aa9bcf27..47b743f07 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -341,7 +341,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
- <version>1.1.10.4</version>
+ <version>1.1.10.5</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>