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 19494356e ORC-1370: Bump snappy-java to 1.1.9.1
19494356e is described below
commit 19494356e3a295ae906e94a7a88d9eeee10f3028
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 6 21:11:59 2023 -0800
ORC-1370: Bump snappy-java to 1.1.9.1
Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.8.4 to
1.1.9.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/xerial/snappy-java/releases">snappy-java's
releases</a>.</em></p>
<blockquote>
<h2>v1.1.9.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Removed snappy debug assertion with -DNDEBUG c++ flag <a
href="https://github.com/xerial"><code>xerial</code></a> (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/386">#386</a>)
It produces smaller native libraries</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fix java8 compatibility <a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/389">#389</a>
<a href="https://github.com/xerial"><code>xerial</code></a> (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/390">#390</a>)</li>
</ul>
<h2>🔗 Dependency Updates</h2>
<ul>
<li>Update org.osgi.core to 6.0.0 <a
href="https://github.com/xerial-bot"><code>xerial-bot</code></a> (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/387">#387</a>)</li>
</ul>
<h2>🛠 Internal Updates</h2>
<ul>
<li>Update sbt script <a
href="https://github.com/xerial"><code>xerial</code></a> (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/385">#385</a>)</li>
<li>Update airframe-log to 23.1.4 <a
href="https://github.com/xerial-bot"><code>xerial-bot</code></a> (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/383">#383</a>)</li>
<li>Update org.osgi.core to 4.3.1 <a
href="https://github.com/xerial-bot"><code>xerial-bot</code></a> (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/315">#315</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/xerial/snappy-java/compare/v1.1.9.0...v1.1.10">https://github.com/xerial/snappy-java/compare/v1.1.9.0...v1.1.10</a></p>
<h2>v1.1.9.0</h2>
<h2>What's Changed</h2>
<p>This version upgrades the native libraries to Snappy 1.1.9. Currently,
only a limited number of platforms are supported, including:</p>
<ul>
<li>Win32/64 (Only Intel)</li>
<li>Mac64 (Intel, M1, M2). We no longer support Mac32</li>
<li>Linux32, 64 (Intel, Arm), arm, armv6, armv7</li>
<li>android-arm32</li>
<li>ppc64le, ppc64</li>
</ul>
<p>If you need more platform support, send a PR to build a native library
with a <a href="https://github.com/dockcross/dockcross">docker-based cross
compiler</a> (See Makefile and Makefile.common for the reference). If a cross
compiler for your platform is not available, create a PR with a native library
built with <code>make native</code> command.</p>
<h2>🚀 Features</h2>
<ul>
<li>Add uncompressDoubleArray that takes offset and length <a
href="https://github.com/ashley-taylor"><code>ashley-taylor</code></a> (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/307">#307</a>)</li>
<li>Build native library for Snappy 1.1.9 <a
href="https://github.com/xerial"><code>xerial</code></a> (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/380">#380</a>)</li>
<li>Upgrade to snappy-1.1.9 <a
href="https://github.com/xerial"><code>xerial</code></a> (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/379">#379</a>)</li>
<li>Add Java 17 build test to GitHub action <a
href="https://github.com/wangyum"><code>wangyum</code></a> (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/346">#346</a>)</li>
<li>Adding ppc64le support in Travis <a
href="https://github.com/Abhijit-Mane"><code>Abhijit-Mane</code></a> (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/286">#286</a>)</li>
<li>Build on riscv64 <a
href="https://github.com/zinovya"><code>zinovya</code></a> (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/283">#283</a>)</li>
<li>Upgrade bitshuffle to 0.3.4 (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/380">#380</a>)</li>
</ul>
<h2>👋 Deprecated</h2>
<ul>
<li>Removed pure-java support <a
href="https://github.com/xerial"><code>xerial</code></a> (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/381">#381</a>)
because it may cause data corruption.</li>
</ul>
<h2>Bug Fixes</h2>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/xerial/snappy-java/commit/39160ac5d24540005cd589e1eaeec07aa79974b4"><code>39160ac</code></a>
Fix java8 compatibility (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/390">#390</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/5ad862e8027a708ac12110ebca18af1dcac2d1d1"><code>5ad862e</code></a>
Update org.osgi.core to 6.0.0 (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/387">#387</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/8707c344464db09b23babd48b4f4ac18187a6c00"><code>8707c34</code></a>
Update Milestone.md</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/1a82fe10b7f642f6b61bd58f53f7121a81d6d189"><code>1a82fe1</code></a>
Update org.osgi.core to 4.3.1 (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/315">#315</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/92b6c9e4d7068fecdb321078718847484f394680"><code>92b6c9e</code></a>
Remove snappy debug assertion with -DNDEBUG c++ flag (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/386">#386</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/785d43066c51ec5e0a30f79109cbcff3113a1fe0"><code>785d430</code></a>
Update sbt script (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/385">#385</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/083827cf74da87cc172cdc9eb0c85d167a5bf1c2"><code>083827c</code></a>
Update airframe-log to 23.1.4 (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/383">#383</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/c515db58574b161037a31684f757cb0102b62628"><code>c515db5</code></a>
Add release automation workflow (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/384">#384</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/34fa6e9e65557e565facbcbed819e07ea0d14d02"><code>34fa6e9</code></a>
Add uncompressDoubleArray that takes offset and length (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/307">#307</a>)</li>
<li><a
href="https://github.com/xerial/snappy-java/commit/2bc841b5da4235e204b8b27aa939b9860be6da35"><code>2bc841b</code></a>
Remove pure-java support (<a
href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/381">#381</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/xerial/snappy-java/compare/1.1.8.4...v1.1.9.1">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 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 #1401 from
dependabot[bot]/dependabot/maven/java/org.xerial.snappy-snappy-java-1.1.9.1.
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
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 96beff9e2..ad1ea9ff2 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.8.4</version>
+ <version>1.1.9.1</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>