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