We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af21cb2 commit 29b185eCopy full SHA for 29b185e
build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
api "org.apache.poi:poi-ooxml:$poiVersion"
38
implementation 'com.github.pjfanning:poi-shared-strings:2.8.0'
39
implementation "org.slf4j:slf4j-api:$slf4jVersion"
40
- implementation 'commons-io:commons-io:2.15.1'
+ implementation 'commons-io:commons-io:2.16.0'
41
implementation 'org.apache.commons:commons-compress:1.26.1'
42
testImplementation 'junit:junit:4.13.2'
43
testImplementation 'org.nanohttpd:nanohttpd:2.3.1'
0 commit comments