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

Bump snappy-java from 1.1.7.2 to 1.1.8.4 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 30, 2021

Bumps snappy-java from 1.1.7.2 to 1.1.8.4.

Release notes

Sourced from snappy-java's releases.

1.1.8.4

This version has been created because of an issue in Maven central synchronization. This version has no change with 1.1.8.3

1.1.8.3

  • Made pure-java Snappy thread-safe #271
  • Improved SnappyFramedInput/OutputStream performance by using java.util.zip.CRC32C #269

1.1.8.2

  • Support Apple Silicon (M1, Mac-aarch64)
  • Fixed the pure-java Snappy fallback logic when no native library for your platform is found.

1.1.8.1

  • Fixed an initialization issue when using a recent Mac OS X version #265

1.1.8

  • Upgrade to Snappy 1.1.8 with small performance improvements.
  • Big-endian architecture support for pure-java Snappy implementation.
  • linux-aarch64 (arm64) binary embeds libstdc++ for portability (Since 1.1.7.8)

1.1.7.7

  • Fixed JDK8 compatibility issue #251 by re-compiling snappy-java with JDK8

1.1.7.6

https://github.com/xerial/snappy-java/blob/master/Milestone.md#snappy-java-1176-2020-06-26

  • Added an experimental pure-java Snappy support as a fallback if no native library is found to the target platform
  • Changed the minimum JDK version requirement to 1.8
Commits
  • a795d6b Setting version to 1.1.8.4
  • 75a03b5 Setting version to 1.1.8.4-SNAPSHOT
  • f938b2c Setting version to 1.1.8.3
  • 44db30a ADd 1.1.8.3 release notes
  • 822513d Prefer use of java.util.zip.CRC32C for Framed format (#269)
  • 110727e Pool table instances to make PureJavaSnappy thread safe (#271)
  • 7f47cf7 1.1.8.2 release notes
  • 2191e85 Setting version to 1.1.8.3-SNAPSHOT
  • b38d641 Setting version to 1.1.8.2
  • a1f4fa3 Fix pure-java fallback
  • Additional commits viewable in compare view

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.7.2 to 1.1.8.4.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](xerial/snappy-java@1.1.7.2...1.1.8.4)

---
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 Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants