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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORC-1436: Bump snappy-java to 1.1.10.0 #1525

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2023

Bumps snappy-java from 1.1.9.1 to 1.1.10.0.

Release notes

Sourced from snappy-java's releases.

v1.1.10.0

What's Changed

Upgraded the underlying Snappy version to 1.1.10. Since this version, the version number implies (original snappy version).(patch version).

馃殌 Features

馃敆 Dependency Updates

馃洜 Internal Updates

New Contributors

Full Changelog: xerial/snappy-java@v1.1.9.1...v1.1.10.0

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 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)

Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.9.1 to 1.1.10.0.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](xerial/snappy-java@v1.1.9.1...v1.1.10.0)

---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 27, 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.
This is important due to xerial/snappy-java#440

@dongjoon-hyun dongjoon-hyun changed the title Bump snappy-java from 1.1.9.1 to 1.1.10.0 in /java ORC-1436: Bump snappy-java to 1.1.10.0 May 27, 2023
@dongjoon-hyun dongjoon-hyun added this to the 1.9.0 milestone May 27, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 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 May 27, 2023
Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.9.1 to 1.1.10.0.
<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.10.0</h2>
<h2>What's Changed</h2>
<p>Upgraded the underlying Snappy version to 1.1.10. Since this version, the version number implies (original snappy version).(patch version).</p>
<h3>馃殌 Features</h3>
<ul>
<li>Upgrade to Snappy 1.1.10 by <a href="https://github.com/xerial"><code>鈥媥erial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/431">xerial/snappy-java#431</a></li>
<li>Add Linux-riscv64 support by <a href="https://github.com/luhenry"><code>鈥媗uhenry</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/396">xerial/snappy-java#396</a></li>
<li>Build native libraries for s390x by <a href="https://github.com/sudip-ibm"><code>鈥媠udip-ibm</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/416">xerial/snappy-java#416</a></li>
<li>add workaround for resource management issue in URLClassloader by <a href="https://github.com/jizhilong"><code>鈥媕izhilong</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/412">xerial/snappy-java#412</a></li>
<li>Rebuild Linux Arm binaries with LTS version of cross-compiles using glibc 2.28 by <a href="https://github.com/xerial"><code>鈥媥erial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/436">xerial/snappy-java#436</a></li>
<li>Feature: Use LTS cross-compiler for Linux armv6/armv7 to use glibc 2.28 by <a href="https://github.com/xerial"><code>鈥媥erial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/440">xerial/snappy-java#440</a></li>
<li>Feature: Android arm64 support by <a href="https://github.com/xerial"><code>鈥媥erial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/442">xerial/snappy-java#442</a></li>
</ul>
<h3>馃敆 Dependency Updates</h3>
<ul>
<li>Bump olafurpg/setup-scala from 13 to 14 by <a href="https://github.com/dependabot"><code>鈥媎ependabot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/398">xerial/snappy-java#398</a></li>
<li>Update scalafmt-core to 3.7.2 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/399">xerial/snappy-java#399</a></li>
<li>Update scalafmt-core to 3.7.3 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/410">xerial/snappy-java#410</a></li>
<li>Update sbt to 1.8.3 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/430">xerial/snappy-java#430</a></li>
</ul>
<h3>馃洜  Internal Updates</h3>
<ul>
<li>Update airframe-log to 23.2.0 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/391">xerial/snappy-java#391</a></li>
<li>Update airframe-log to 23.2.4 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/395">xerial/snappy-java#395</a></li>
<li>Update airframe-log to 23.2.5 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/397">xerial/snappy-java#397</a></li>
<li>Update airframe-log to 23.3.0 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/401">xerial/snappy-java#401</a></li>
<li>Update sbt-sonatype to 3.9.18 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/402">xerial/snappy-java#402</a></li>
<li>Update airframe-log to 23.3.2 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/404">xerial/snappy-java#404</a></li>
<li>Update airframe-log to 23.3.3 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/406">xerial/snappy-java#406</a></li>
<li>Update airframe-log to 23.3.4 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/409">xerial/snappy-java#409</a></li>
<li>Update airframe-log to 23.4.0 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/413">xerial/snappy-java#413</a></li>
<li>Update airframe-log to 23.4.8 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/423">xerial/snappy-java#423</a></li>
<li>Update sbt-sonatype to 3.9.20 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/427">xerial/snappy-java#427</a></li>
<li>Update airframe-log to 23.5.3 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/428">xerial/snappy-java#428</a></li>
<li>Update sbt-sonatype to 3.9.21 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/432">xerial/snappy-java#432</a></li>
<li>internal: Release note generation automation by <a href="https://github.com/xerial"><code>鈥媥erial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/433">xerial/snappy-java#433</a></li>
<li>Release snapshot versions when native libs are updated by <a href="https://github.com/xerial"><code>鈥媥erial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/438">xerial/snappy-java#438</a></li>
<li>Update airframe-log to 23.5.4 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/434">xerial/snappy-java#434</a></li>
<li>Update airframe-log to 23.5.5 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/441">xerial/snappy-java#441</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/luhenry"><code>鈥媗uhenry</code></a> made their first contribution in <a href="https://redirect.github.com/xerial/snappy-java/pull/396">xerial/snappy-java#396</a></li>
<li><a href="https://github.com/sudip-ibm"><code>鈥媠udip-ibm</code></a> made their first contribution in <a href="https://redirect.github.com/xerial/snappy-java/pull/416">xerial/snappy-java#416</a></li>
<li><a href="https://github.com/jizhilong"><code>鈥媕izhilong</code></a> made their first contribution in <a href="https://redirect.github.com/xerial/snappy-java/pull/412">xerial/snappy-java#412</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/xerial/snappy-java/compare/v1.1.9.1...v1.1.10.0">https://github.com/xerial/snappy-java/compare/v1.1.9.1...v1.1.10.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/xerial/snappy-java/commit/d8c5b8e4b606270251623fca2abb88bb5be3e573"><code>d8c5b8e</code></a> Add a note about creating new releases</li>
<li><a href="https://github.com/xerial/snappy-java/commit/fd504023f186ded28d72567891b2ff8440179257"><code>fd50402</code></a> Feature: Android arm64 support (<a href="https://redirect.github.com/xerial/snappy-java/issues/442">#442</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/ad2e2d73782bce642be6a190dc7f93957b0b88b2"><code>ad2e2d7</code></a> Feature: Use LTS cross-compiler for Linux armv6/armv7 to use glibc 2.28 (<a href="https://redirect.github.com/xerial/snappy-java/issues/440">#440</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/4faf2a3768ec2bfcde7974f999045102b5e69251"><code>4faf2a3</code></a> Update airframe-log to 23.5.5 (<a href="https://redirect.github.com/xerial/snappy-java/issues/441">#441</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/d9b324ce4397f085d433bc7a1378627acfc9de9b"><code>d9b324c</code></a> Update airframe-log to 23.5.4 (<a href="https://redirect.github.com/xerial/snappy-java/issues/434">#434</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/4181327265ca04ee756499df9c88c3bf402bcf96"><code>4181327</code></a> Release snapshot versions when native libs are updated (<a href="https://redirect.github.com/xerial/snappy-java/issues/438">#438</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/86ebb482619e6bb04e24d35464076b3239898401"><code>86ebb48</code></a> Add a new native lib for Linux-arm (<a href="https://redirect.github.com/xerial/snappy-java/issues/436">#436</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/f92925a4ade7b657808e62242a8e98be7a28c0df"><code>f92925a</code></a> internal: Release note generation automation (<a href="https://redirect.github.com/xerial/snappy-java/issues/433">#433</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/b780eae3a4ffb9d50e96018c1129c47598a76002"><code>b780eae</code></a> Update sbt-sonatype to 3.9.21 (<a href="https://redirect.github.com/xerial/snappy-java/issues/432">#432</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/ccf61c1d06ccf773ff80de6b0775a85b497fc536"><code>ccf61c1</code></a> Upgrade to Snappy 1.1.10 (<a href="https://redirect.github.com/xerial/snappy-java/issues/431">#431</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/xerial/snappy-java/compare/v1.1.9.1...v1.1.10.0">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.9.1&new-version=1.1.10.0)](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 #1525 from dependabot[bot]/dependabot/maven/java/org.xerial.snappy-snappy-java-1.1.10.0.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 7cfc8cc)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dependabot dependabot bot deleted the dependabot/maven/java/org.xerial.snappy-snappy-java-1.1.10.0 branch May 27, 2023 21:40
cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.9.1 to 1.1.10.0.
<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.10.0</h2>
<h2>What's Changed</h2>
<p>Upgraded the underlying Snappy version to 1.1.10. Since this version, the version number implies (original snappy version).(patch version).</p>
<h3>馃殌 Features</h3>
<ul>
<li>Upgrade to Snappy 1.1.10 by <a href="https://github.com/xerial"><code>鈥媥erial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/431">xerial/snappy-java#431</a></li>
<li>Add Linux-riscv64 support by <a href="https://github.com/luhenry"><code>鈥媗uhenry</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/396">xerial/snappy-java#396</a></li>
<li>Build native libraries for s390x by <a href="https://github.com/sudip-ibm"><code>鈥媠udip-ibm</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/416">xerial/snappy-java#416</a></li>
<li>add workaround for resource management issue in URLClassloader by <a href="https://github.com/jizhilong"><code>鈥媕izhilong</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/412">xerial/snappy-java#412</a></li>
<li>Rebuild Linux Arm binaries with LTS version of cross-compiles using glibc 2.28 by <a href="https://github.com/xerial"><code>鈥媥erial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/436">xerial/snappy-java#436</a></li>
<li>Feature: Use LTS cross-compiler for Linux armv6/armv7 to use glibc 2.28 by <a href="https://github.com/xerial"><code>鈥媥erial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/440">xerial/snappy-java#440</a></li>
<li>Feature: Android arm64 support by <a href="https://github.com/xerial"><code>鈥媥erial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/442">xerial/snappy-java#442</a></li>
</ul>
<h3>馃敆 Dependency Updates</h3>
<ul>
<li>Bump olafurpg/setup-scala from 13 to 14 by <a href="https://github.com/dependabot"><code>鈥媎ependabot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/398">xerial/snappy-java#398</a></li>
<li>Update scalafmt-core to 3.7.2 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/399">xerial/snappy-java#399</a></li>
<li>Update scalafmt-core to 3.7.3 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/410">xerial/snappy-java#410</a></li>
<li>Update sbt to 1.8.3 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/430">xerial/snappy-java#430</a></li>
</ul>
<h3>馃洜  Internal Updates</h3>
<ul>
<li>Update airframe-log to 23.2.0 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/391">xerial/snappy-java#391</a></li>
<li>Update airframe-log to 23.2.4 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/395">xerial/snappy-java#395</a></li>
<li>Update airframe-log to 23.2.5 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/397">xerial/snappy-java#397</a></li>
<li>Update airframe-log to 23.3.0 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/401">xerial/snappy-java#401</a></li>
<li>Update sbt-sonatype to 3.9.18 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/402">xerial/snappy-java#402</a></li>
<li>Update airframe-log to 23.3.2 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/404">xerial/snappy-java#404</a></li>
<li>Update airframe-log to 23.3.3 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/406">xerial/snappy-java#406</a></li>
<li>Update airframe-log to 23.3.4 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/409">xerial/snappy-java#409</a></li>
<li>Update airframe-log to 23.4.0 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/413">xerial/snappy-java#413</a></li>
<li>Update airframe-log to 23.4.8 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/423">xerial/snappy-java#423</a></li>
<li>Update sbt-sonatype to 3.9.20 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/427">xerial/snappy-java#427</a></li>
<li>Update airframe-log to 23.5.3 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/428">xerial/snappy-java#428</a></li>
<li>Update sbt-sonatype to 3.9.21 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/432">xerial/snappy-java#432</a></li>
<li>internal: Release note generation automation by <a href="https://github.com/xerial"><code>鈥媥erial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/433">xerial/snappy-java#433</a></li>
<li>Release snapshot versions when native libs are updated by <a href="https://github.com/xerial"><code>鈥媥erial</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/438">xerial/snappy-java#438</a></li>
<li>Update airframe-log to 23.5.4 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/434">xerial/snappy-java#434</a></li>
<li>Update airframe-log to 23.5.5 by <a href="https://github.com/xerial-bot"><code>鈥媥erial-bot</code></a> in <a href="https://redirect.github.com/xerial/snappy-java/pull/441">xerial/snappy-java#441</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/luhenry"><code>鈥媗uhenry</code></a> made their first contribution in <a href="https://redirect.github.com/xerial/snappy-java/pull/396">xerial/snappy-java#396</a></li>
<li><a href="https://github.com/sudip-ibm"><code>鈥媠udip-ibm</code></a> made their first contribution in <a href="https://redirect.github.com/xerial/snappy-java/pull/416">xerial/snappy-java#416</a></li>
<li><a href="https://github.com/jizhilong"><code>鈥媕izhilong</code></a> made their first contribution in <a href="https://redirect.github.com/xerial/snappy-java/pull/412">xerial/snappy-java#412</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/xerial/snappy-java/compare/v1.1.9.1...v1.1.10.0">https://github.com/xerial/snappy-java/compare/v1.1.9.1...v1.1.10.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/xerial/snappy-java/commit/d8c5b8e4b606270251623fca2abb88bb5be3e573"><code>d8c5b8e</code></a> Add a note about creating new releases</li>
<li><a href="https://github.com/xerial/snappy-java/commit/fd504023f186ded28d72567891b2ff8440179257"><code>fd50402</code></a> Feature: Android arm64 support (<a href="https://redirect.github.com/xerial/snappy-java/issues/442">#442</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/ad2e2d73782bce642be6a190dc7f93957b0b88b2"><code>ad2e2d7</code></a> Feature: Use LTS cross-compiler for Linux armv6/armv7 to use glibc 2.28 (<a href="https://redirect.github.com/xerial/snappy-java/issues/440">#440</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/4faf2a3768ec2bfcde7974f999045102b5e69251"><code>4faf2a3</code></a> Update airframe-log to 23.5.5 (<a href="https://redirect.github.com/xerial/snappy-java/issues/441">#441</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/d9b324ce4397f085d433bc7a1378627acfc9de9b"><code>d9b324c</code></a> Update airframe-log to 23.5.4 (<a href="https://redirect.github.com/xerial/snappy-java/issues/434">#434</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/4181327265ca04ee756499df9c88c3bf402bcf96"><code>4181327</code></a> Release snapshot versions when native libs are updated (<a href="https://redirect.github.com/xerial/snappy-java/issues/438">#438</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/86ebb482619e6bb04e24d35464076b3239898401"><code>86ebb48</code></a> Add a new native lib for Linux-arm (<a href="https://redirect.github.com/xerial/snappy-java/issues/436">#436</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/f92925a4ade7b657808e62242a8e98be7a28c0df"><code>f92925a</code></a> internal: Release note generation automation (<a href="https://redirect.github.com/xerial/snappy-java/issues/433">#433</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/b780eae3a4ffb9d50e96018c1129c47598a76002"><code>b780eae</code></a> Update sbt-sonatype to 3.9.21 (<a href="https://redirect.github.com/xerial/snappy-java/issues/432">#432</a>)</li>
<li><a href="https://github.com/xerial/snappy-java/commit/ccf61c1d06ccf773ff80de6b0775a85b497fc536"><code>ccf61c1</code></a> Upgrade to Snappy 1.1.10 (<a href="https://redirect.github.com/xerial/snappy-java/issues/431">#431</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/xerial/snappy-java/compare/v1.1.9.1...v1.1.10.0">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.9.1&new-version=1.1.10.0)](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 apache#1525 from dependabot[bot]/dependabot/maven/java/org.xerial.snappy-snappy-java-1.1.10.0.

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.

None yet

1 participant