Skip to content

Commit 281beb7

Browse files
plamentotevmichael-o
authored andcommitted
Upgrade Apache Commons Compress to 1.15
Amongst other things this fixes the issues with the ZIP local headers and central directory entries. This closes #71 and #72, fixes #57.
1 parent cbbc266 commit 281beb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.apache.commons</groupId>
6969
<artifactId>commons-compress</artifactId>
70-
<version>1.14</version>
70+
<version>1.15</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.iq80.snappy</groupId>

0 commit comments

Comments
 (0)