Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORC-1513: Upgrade snappy to 1.1.10.4 #1626

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps org.xerial.snappy:snappy-java from 1.1.10.3 to 1.1.10.4.

Release notes

Sourced from org.xerial.snappy:snappy-java's releases.

v1.1.10.4

What's Changed

Security Fix

  • Fixed SnappyInputStream so as not to allocate too large memory when decompressing data with an extremely large chunk size by @​tunnelshade (code change)
    • This does not affect users only using Snappy.compress/uncompress methods

🚀 Features

  • feature: Upgrade the internal snappy version to 1.1.10 (1.1.8 was wrongly used before) by @​xerial in xerial/snappy-java#508
  • Support JDK21 (no internal change)

🔗 Dependency Updates

🛠 Internal Updates

Other Changes

Full Changelog: xerial/snappy-java@v1.1.10.3...v1.1.10.4

Commits

Dependabot compatibility score

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 commands and options

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.3 to 1.1.10.4.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](xerial/snappy-java@v1.1.10.3...v1.1.10.4)

---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2023
@dongjoon-hyun dongjoon-hyun changed the title Bump org.xerial.snappy:snappy-java from 1.1.10.3 to 1.1.10.4 in /java/bench ORC-1513: Upgrade snappy to 1.1.10.4 Sep 30, 2023
@dongjoon-hyun dongjoon-hyun added this to the 1.9.2 milestone Sep 30, 2023
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

dongjoon-hyun pushed a commit that referenced this pull request Sep 30, 2023
Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.3 to 1.1.10.4.
<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.4</h2>
<h2>What's Changed</h2>
<h3>Security Fix</h3>
<ul>
<li>Fixed SnappyInputStream so as not to allocate too large memory when decompressing data with an extremely large chunk size by <a href="https://github.com/tunnelshade"><code>​tunnelshade</code></a> (<a href="https://github.com/xerial/snappy-java/commit/9f8c3cf74223ed0a8a834134be9c917b9f10ceb5">code change</a>)
<ul>
<li>This does not affect users only using Snappy.compress/uncompress methods</li>
</ul>
</li>
</ul>
<h3>🚀 Features</h3>
<ul>
<li>feature: Upgrade the internal snappy version to 1.1.10 (1.1.8 was wrongly used before) by <a href="https://github.com/xerial"><code>​xerial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/508">xerial/snappy-java#508</a></li>
<li>Support JDK21 (no internal change)</li>
</ul>
<h3>🔗 Dependency Updates</h3>
<ul>
<li>Update scalafmt-core to 3.7.11 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/485">xerial/snappy-java#485</a></li>
<li>Update sbt to 1.9.3 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/483">xerial/snappy-java#483</a></li>
<li>Update scalafmt-core to 3.7.12 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/487">xerial/snappy-java#487</a></li>
<li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/502">xerial/snappy-java#502</a></li>
<li>Update sbt to 1.9.4 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/496">xerial/snappy-java#496</a></li>
<li>Update scalafmt-core to 3.7.14 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/501">xerial/snappy-java#501</a></li>
<li>Update sbt to 1.9.6 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/505">xerial/snappy-java#505</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/503">xerial/snappy-java#503</a></li>
</ul>
<h3>🛠  Internal Updates</h3>
<ul>
<li>Update airframe-log to 23.7.4 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/486">xerial/snappy-java#486</a></li>
<li>Update airframe-log to 23.8.0 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/488">xerial/snappy-java#488</a></li>
<li>Update sbt-scalafmt to 2.5.2 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/500">xerial/snappy-java#500</a></li>
<li>Update airframe-log to 23.8.6 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/497">xerial/snappy-java#497</a></li>
<li>Update sbt-scalafmt to 2.5.1 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/499">xerial/snappy-java#499</a></li>
<li>Update airframe-log to 23.9.1 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/504">xerial/snappy-java#504</a></li>
<li>Update airframe-log to 23.9.2 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/509">xerial/snappy-java#509</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Update NOTICE by <a href="https://github.com/imsudiproy"><code>​imsudiproy</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/492">xerial/snappy-java#492</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/xerial/snappy-java/compare/v1.1.10.3...v1.1.10.4">https://github.com/xerial/snappy-java/compare/v1.1.10.3...v1.1.10.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/xerial/snappy-java/commit/9f8c3cf74223ed0a8a834134be9c917b9f10ceb5"><code>9f8c3cf</code></a> Merge pull request from GHSA-55g7-9cwv-5qfv</li>
<li><a href="https://github.com/xerial/snappy-java/commit/49d700175f18ed5f8c5d371b7c2f80c75979bd68"><code>49d7001</code></a> Update airframe-log to 23.9.2 (<a href="https://redirect.github.com/xerial/snappy-java/issues/509">#509</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/1f07c3182c2dc89d4226e9a6d8945b8458870a0a"><code>1f07c31</code></a> Update native libraries for f2e97f27be0dc6c691369040ba8a673bface484c (<a href="https://redirect.github.com/xerial/snappy-java/issues/503">#503</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/13f8db197c4c44f0b6a02240c04205e8362b8e62"><code>13f8db1</code></a> Update sbt to 1.9.6 (<a href="https://redirect.github.com/xerial/snappy-java/issues/505">#505</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/f2e97f27be0dc6c691369040ba8a673bface484c"><code>f2e97f2</code></a> feature: Upgrade the internal snappy version to 1.1.10 (1.1.8 was wrongly use...</li>
<li><a href="https://github.com/xerial/snappy-java/commit/98b22256fe4ed00ccaadd2dac98b1622563cc50b"><code>98b2225</code></a> Update airframe-log to 23.9.1 (<a href="https://redirect.github.com/xerial/snappy-java/issues/504">#504</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/9f29b5c0f869d4027a4d5c1464907a79152013bf"><code>9f29b5c</code></a> Update NOTICE (<a href="https://redirect.github.com/xerial/snappy-java/issues/492">#492</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/55639b55de52e1c06ac9a7df6844f85313407955"><code>55639b5</code></a> Update sbt-scalafmt to 2.5.1 (<a href="https://redirect.github.com/xerial/snappy-java/issues/499">#499</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/a5d81a6589360f299ae7ec35a79c317fd78e795d"><code>a5d81a6</code></a> Update airframe-log to 23.8.6 (<a href="https://redirect.github.com/xerial/snappy-java/issues/497">#497</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/6495da1af211e993cd0750c9c70b69d458c4a570"><code>6495da1</code></a> Update scalafmt-core to 3.7.14 (<a href="https://redirect.github.com/xerial/snappy-java/issues/501">#501</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/xerial/snappy-java/compare/v1.1.10.3...v1.1.10.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.xerial.snappy:snappy-java&package-manager=maven&previous-version=1.1.10.3&new-version=1.1.10.4)](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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/orc/network/alerts).

</details>

Closes #1626 from dependabot[bot]/dependabot/maven/java/bench/org.xerial.snappy-snappy-java-1.1.10.4.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 709fcd7)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dependabot dependabot bot deleted the dependabot/maven/java/bench/org.xerial.snappy-snappy-java-1.1.10.4 branch September 30, 2023 18:55
cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.3 to 1.1.10.4.
<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.4</h2>
<h2>What's Changed</h2>
<h3>Security Fix</h3>
<ul>
<li>Fixed SnappyInputStream so as not to allocate too large memory when decompressing data with an extremely large chunk size by <a href="https://github.com/tunnelshade"><code>​tunnelshade</code></a> (<a href="https://github.com/xerial/snappy-java/commit/9f8c3cf74223ed0a8a834134be9c917b9f10ceb5">code change</a>)
<ul>
<li>This does not affect users only using Snappy.compress/uncompress methods</li>
</ul>
</li>
</ul>
<h3>🚀 Features</h3>
<ul>
<li>feature: Upgrade the internal snappy version to 1.1.10 (1.1.8 was wrongly used before) by <a href="https://github.com/xerial"><code>​xerial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/508">xerial/snappy-java#508</a></li>
<li>Support JDK21 (no internal change)</li>
</ul>
<h3>🔗 Dependency Updates</h3>
<ul>
<li>Update scalafmt-core to 3.7.11 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/485">xerial/snappy-java#485</a></li>
<li>Update sbt to 1.9.3 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/483">xerial/snappy-java#483</a></li>
<li>Update scalafmt-core to 3.7.12 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/487">xerial/snappy-java#487</a></li>
<li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>​dependabot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/502">xerial/snappy-java#502</a></li>
<li>Update sbt to 1.9.4 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/496">xerial/snappy-java#496</a></li>
<li>Update scalafmt-core to 3.7.14 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/501">xerial/snappy-java#501</a></li>
<li>Update sbt to 1.9.6 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/505">xerial/snappy-java#505</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/503">xerial/snappy-java#503</a></li>
</ul>
<h3>🛠  Internal Updates</h3>
<ul>
<li>Update airframe-log to 23.7.4 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/486">xerial/snappy-java#486</a></li>
<li>Update airframe-log to 23.8.0 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/488">xerial/snappy-java#488</a></li>
<li>Update sbt-scalafmt to 2.5.2 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/500">xerial/snappy-java#500</a></li>
<li>Update airframe-log to 23.8.6 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/497">xerial/snappy-java#497</a></li>
<li>Update sbt-scalafmt to 2.5.1 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/499">xerial/snappy-java#499</a></li>
<li>Update airframe-log to 23.9.1 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/504">xerial/snappy-java#504</a></li>
<li>Update airframe-log to 23.9.2 by <a href="https://github.com/xerial-bot"><code>​xerial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/509">xerial/snappy-java#509</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Update NOTICE by <a href="https://github.com/imsudiproy"><code>​imsudiproy</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/492">xerial/snappy-java#492</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/xerial/snappy-java/compare/v1.1.10.3...v1.1.10.4">https://github.com/xerial/snappy-java/compare/v1.1.10.3...v1.1.10.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/xerial/snappy-java/commit/9f8c3cf74223ed0a8a834134be9c917b9f10ceb5"><code>9f8c3cf</code></a> Merge pull request from GHSA-55g7-9cwv-5qfv</li>
<li><a href="https://github.com/xerial/snappy-java/commit/49d700175f18ed5f8c5d371b7c2f80c75979bd68"><code>49d7001</code></a> Update airframe-log to 23.9.2 (<a href="https://redirect.github.com/xerial/snappy-java/issues/509">#509</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/1f07c3182c2dc89d4226e9a6d8945b8458870a0a"><code>1f07c31</code></a> Update native libraries for f2e97f27be0dc6c691369040ba8a673bface484c (<a href="https://redirect.github.com/xerial/snappy-java/issues/503">#503</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/13f8db197c4c44f0b6a02240c04205e8362b8e62"><code>13f8db1</code></a> Update sbt to 1.9.6 (<a href="https://redirect.github.com/xerial/snappy-java/issues/505">#505</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/f2e97f27be0dc6c691369040ba8a673bface484c"><code>f2e97f2</code></a> feature: Upgrade the internal snappy version to 1.1.10 (1.1.8 was wrongly use...</li>
<li><a href="https://github.com/xerial/snappy-java/commit/98b22256fe4ed00ccaadd2dac98b1622563cc50b"><code>98b2225</code></a> Update airframe-log to 23.9.1 (<a href="https://redirect.github.com/xerial/snappy-java/issues/504">#504</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/9f29b5c0f869d4027a4d5c1464907a79152013bf"><code>9f29b5c</code></a> Update NOTICE (<a href="https://redirect.github.com/xerial/snappy-java/issues/492">#492</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/55639b55de52e1c06ac9a7df6844f85313407955"><code>55639b5</code></a> Update sbt-scalafmt to 2.5.1 (<a href="https://redirect.github.com/xerial/snappy-java/issues/499">#499</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/a5d81a6589360f299ae7ec35a79c317fd78e795d"><code>a5d81a6</code></a> Update airframe-log to 23.8.6 (<a href="https://redirect.github.com/xerial/snappy-java/issues/497">#497</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/6495da1af211e993cd0750c9c70b69d458c4a570"><code>6495da1</code></a> Update scalafmt-core to 3.7.14 (<a href="https://redirect.github.com/xerial/snappy-java/issues/501">#501</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/xerial/snappy-java/compare/v1.1.10.3...v1.1.10.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.xerial.snappy:snappy-java&package-manager=maven&previous-version=1.1.10.3&new-version=1.1.10.4)](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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/orc/network/alerts).

</details>

Closes apache#1626 from dependabot[bot]/dependabot/maven/java/bench/org.xerial.snappy-snappy-java-1.1.10.4.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUILD dependencies Pull requests that update a dependency file JAVA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant