We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7312983 commit 3b8ed5fCopy full SHA for 3b8ed5f
build.gradle
@@ -19,7 +19,7 @@ sonarqube {
19
}
20
21
group = 'com.github.pjfanning'
22
-version = '4.3.2-SNAPSHOT'
+version = '4.4.0'
23
24
sourceCompatibility = 1.8
25
@@ -35,7 +35,7 @@ ext {
35
dependencies {
36
api "org.apache.poi:poi:$poiVersion"
37
api "org.apache.poi:poi-ooxml:$poiVersion"
38
- implementation 'com.github.pjfanning:poi-shared-strings:2.8.0'
+ implementation 'com.github.pjfanning:poi-shared-strings:2.9.0'
39
implementation "org.slf4j:slf4j-api:$slf4jVersion"
40
implementation 'commons-io:commons-io:2.16.1'
41
implementation 'org.apache.commons:commons-compress:1.26.2'
0 commit comments