This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 0de34d8f1 ORC-1679: Bump `zstd-jni` to 1.5.6-2
0de34d8f1 is described below
commit 0de34d8f13e845939e341e73131bb6562614b9a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 9 10:29:38 2024 -0700
ORC-1679: Bump `zstd-jni` to 1.5.6-2
Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from
1.5.6-1 to 1.5.6-2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/luben/zstd-jni/commit/1ff89339eeee9707523b04ccd373ff6c3e659ec8"><code>1ff8933</code></a>
Use cross-compile for i386</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/b833326e2a4845fbeec6ca6f58e00049e4ee9c16"><code>b833326</code></a>
Adding a getByReferenceBuffer() method.</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/2a262bf94c818919a6348bd232b63a238c7461fd"><code>2a262bf</code></a>
Add new constructor to ZstdDictCompress and ZstdDictDecompress that</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/a516a43567454f10eed8fe3c69d13e6b95a37060"><code>a516a43</code></a>
Add back some inspection on MacOS, bump version</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/2e00ab12f38a28d23cbb1749200fb42880f929af"><code>2e00ab1</code></a>
Enable tests on M1 MacOS</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/c76455c47f48e20fe7fc6e815a1c31300a46d546"><code>c76455c</code></a>
Add debugging in MacOS CI</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/ec1ddeb069f59727ecfcbeeb34ca3e6d8a481d49"><code>ec1ddeb</code></a>
Use the M1 MacOS runner to compile the aarch64 binary</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/fb6a35d89939c615dde306a8cbfc0a4de1b0c3c9"><code>fb6a35d</code></a>
Update also checkout and setup-qemu actions</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/7525a53f8bd144eabde2769ce0e87193be67cd35"><code>7525a53</code></a>
setup-java v4</li>
<li>See full diff in <a
href="https://github.com/luben/zstd-jni/compare/v1.5.6-1...v1.5.6-2">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 #1879 from
dependabot[bot]/dependabot/maven/java/com.github.luben-zstd-jni-1.5.6-2.
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index db78dfea7..4d0d2e4a2 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -84,7 +84,7 @@
<storage-api.version>2.8.1</storage-api.version>
<surefire.version>3.0.0-M5</surefire.version>
<test.tmp.dir>${project.build.directory}/testing-tmp</test.tmp.dir>
- <zstd-jni.version>1.5.6-1</zstd-jni.version>
+ <zstd-jni.version>1.5.6-2</zstd-jni.version>
</properties>
<dependencyManagement>