Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[SPARK-4056] Upgrade snappy-java to 1.1.1.4
  • Loading branch information
JoshRosen committed Oct 23, 2014
commit cc953d6a72eafd31f5472b6afa017cb8bb2666b3
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.1.3</version>
<version>1.1.1.4</version>
</dependency>
<dependency>
<groupId>net.jpountz.lz4</groupId>
Expand Down