MINOR: Update snappy-java to 1.1.8.1 (#9646)

It includes small performance improvements:
* https://github.com/google/snappy/releases/tag/1.1.8
* https://github.com/xerial/snappy-java/blob/1.1.8.1/Milestone.md

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Ismael Juma 2020-11-23 19:31:42 -08:00 committed by GitHub
parent ed8659b4a0
commit 80b81ef9fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ versions += [
scoveragePlugin: "4.0.2", scoveragePlugin: "4.0.2",
shadowPlugin: "6.0.0", shadowPlugin: "6.0.0",
slf4j: "1.7.30", slf4j: "1.7.30",
snappy: "1.1.7.7", snappy: "1.1.8.1",
spotbugs: "4.0.6", spotbugs: "4.0.6",
spotbugsPlugin: "4.4.4", spotbugsPlugin: "4.4.4",
spotlessPlugin: "5.1.0", spotlessPlugin: "5.1.0",