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 45b8453 commit 2ab8ebcCopy full SHA for 2ab8ebc
build.gradle
@@ -46,7 +46,7 @@ dependencies {
46
api "org.apache.poi:poi-ooxml:$poiVersion"
47
implementation "org.slf4j:slf4j-api:$slf4jVersion"
48
implementation 'commons-io:commons-io:2.20.0'
49
- implementation 'org.apache.commons:commons-compress:1.27.1'
+ implementation 'org.apache.commons:commons-compress:1.28.0'
50
poiSharedStringsImplementation "com.github.pjfanning:poi-shared-strings:$poiSharedStringsVersion"
51
testImplementation 'junit:junit:4.13.2'
52
testImplementation 'org.nanohttpd:nanohttpd:2.3.1'
0 commit comments