This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new 5dc3ea699 MINOR: Bump com.github.luben:zstd-jni from 1.5.7-7 to
1.5.7-8 (#1132)
5dc3ea699 is described below
commit 5dc3ea699a4b7f8e4799c8ee318b96c9a9cc4f31
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 11 07:58:24 2026 +0200
MINOR: Bump com.github.luben:zstd-jni from 1.5.7-7 to 1.5.7-8 (#1132)
Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni)
from 1.5.7-7 to 1.5.7-8.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/luben/zstd-jni/commit/0afb51a8420183cfb894063ea06cb08b91f63ce2"><code>0afb51a</code></a>
Use gcc on AIX</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/1addabc11201bc2a33df8cbd4f90c0508a273d46"><code>1addabc</code></a>
v1.5.7-8</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/3044e793cb449c0d55367a2232955136ee0d95f2"><code>3044e79</code></a>
More validation</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/8257354d97008c8cee736246bd45277e0998ce06"><code>8257354</code></a>
Remove the check for OSGI when trying to load from JAR</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/702105065a4973e4faf179a32dd535e7ef64a93a"><code>7021050</code></a>
Revert "Test on RISE RISC-V runners"</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/9a1ed43541d6bd833eaa4c7537624e15fbc95151"><code>9a1ed43</code></a>
Test on RISE RISC-V runners</li>
<li><a
href="https://github.com/luben/zstd-jni/commit/92a338167cc6221b618f34e22010ec62ff2eea95"><code>92a3381</code></a>
ignore .DS_Store</li>
<li>See full diff in <a
href="https://github.com/luben/zstd-jni/compare/v1.5.7-7...v1.5.7-8">compare
view</a></li>
</ul>
</details>
<br />
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
compression/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compression/pom.xml b/compression/pom.xml
index 9014b6913..f3de6fc24 100644
--- a/compression/pom.xml
+++ b/compression/pom.xml
@@ -55,7 +55,7 @@ under the License.
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
- <version>1.5.7-7</version>
+ <version>1.5.7-8</version>
</dependency>
</dependencies>
</project>