mirror of https://github.com/apache/kafka.git
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:
parent
ed8659b4a0
commit
80b81ef9fe
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue