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 0712b50 commit 6648bedCopy full SHA for 6648bed
build.gradle
@@ -95,7 +95,7 @@ dependencies {
95
96
implementation 'commons-io:commons-io:2.16.1' // I/O functionalities
97
implementation 'commons-codec:commons-codec:1.17.1' // needed by commons-compress
98
- implementation 'org.apache.commons:commons-compress:1.27.0' // I/O functionalities
+ implementation 'org.apache.commons:commons-compress:1.27.1' // I/O functionalities
99
}
100
101
tasks.withType(JavaCompile) {
0 commit comments