We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7286275 commit 33e80c6Copy full SHA for 33e80c6
pom.xml
@@ -76,7 +76,13 @@
76
<dependency>
77
<groupId>org.apache.commons</groupId>
78
<artifactId>commons-compress</artifactId>
79
- <version>1.25.0</version>
+ <version>1.26.0</version>
80
+ </dependency>
81
+ <dependency>
82
+ <!-- For compressors: snappy and lz4 -->
83
+ <groupId>commons-codec</groupId>
84
+ <artifactId>commons-codec</artifactId>
85
+ <version>1.16.1</version>
86
</dependency>
87
<!-- Other dependencies -->
88
0 commit comments