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 1dcab7d commit 0aaf3faCopy full SHA for 0aaf3fa
build.gradle
@@ -104,7 +104,7 @@ dependencies {
104
105
implementation 'commons-io:commons-io:2.20.0' // I/O functionalities
106
implementation 'commons-codec:commons-codec:1.19.0' // needed by commons-compress
107
- implementation 'org.apache.commons:commons-compress:1.27.1' // I/O functionalities
+ implementation 'org.apache.commons:commons-compress:1.28.0' // I/O functionalities
108
}
109
110
tasks.withType(JavaCompile) {
0 commit comments