From 6c08dbf683875ff1ba724447e0531f673bcff8ba Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Tue, 6 Sep 2016 22:13:25 +0100 Subject: [SPARK-17378][BUILD] Upgrade snappy-java to 1.1.2.6 ## What changes were proposed in this pull request? Upgrades the Snappy version to 1.1.2.6 from 1.1.2.4, release notes: https://github.com/xerial/snappy-java/blob/master/Milestone.md mention "Fix a bug in SnappyInputStream when reading compressed data that happened to have the same first byte with the stream magic header (#142)" ## How was this patch tested? Existing unit tests using the latest IBM Java 8 on Intel, Power and Z architectures (little and big-endian) Author: Adam Roberts Closes #14958 from a-roberts/master. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 2c265c1fa3..e6c28977ca 100644 --- a/pom.xml +++ b/pom.xml @@ -159,7 +159,7 @@ 2.11 1.9.13 2.6.5 - 1.1.2.4 + 1.1.2.6 1.1.2 1.2.0-incubating 1.10 -- cgit v1.2.3