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 bdcc4d0 commit 86bbed0Copy full SHA for 86bbed0
pom.xml
@@ -390,7 +390,13 @@ under the License.
390
<dependency>
391
<groupId>org.apache.commons</groupId>
392
<artifactId>commons-compress</artifactId>
393
- <version>1.25.0</version>
+ <version>1.26.1</version>
394
+ </dependency>
395
+ <dependency>
396
+ <!-- newer version needed by commons-compress -->
397
+ <groupId>commons-io</groupId>
398
+ <artifactId>commons-io</artifactId>
399
+ <version>2.15.1</version>
400
</dependency>
401
402
<groupId>com.github.luben</groupId>
0 commit comments