Skip to content

Commit

Permalink
Upgrade Apache Commons Compress to 1.15
Browse files Browse the repository at this point in the history
Amongst other things this fixes the issues with the
ZIP local headers and central directory entries.

This closes #71 and #72, fixes #57.
  • Loading branch information
plamentotev authored and michael-o committed Oct 21, 2017
1 parent cbbc266 commit 281beb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.14</version>
<version>1.15</version>
</dependency>
<dependency>
<groupId>org.iq80.snappy</groupId>
Expand Down

0 comments on commit 281beb7

Please sign in to comment.