We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5209aad + ca95182 commit f5c1537Copy full SHA for f5c1537
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.0' // needed by commons-compress
98
- implementation 'org.apache.commons:commons-compress:1.26.1' // I/O functionalities
+ implementation 'org.apache.commons:commons-compress:1.26.2' // I/O functionalities
99
}
100
101
tasks.withType(JavaCompile) {
0 commit comments