Skip to content

Commit 3b8ed5f

Browse files
authored
prep v4.4.0
1 parent 7312983 commit 3b8ed5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sonarqube {
1919
}
2020

2121
group = 'com.github.pjfanning'
22-
version = '4.3.2-SNAPSHOT'
22+
version = '4.4.0'
2323

2424
sourceCompatibility = 1.8
2525

@@ -35,7 +35,7 @@ ext {
3535
dependencies {
3636
api "org.apache.poi:poi:$poiVersion"
3737
api "org.apache.poi:poi-ooxml:$poiVersion"
38-
implementation 'com.github.pjfanning:poi-shared-strings:2.8.0'
38+
implementation 'com.github.pjfanning:poi-shared-strings:2.9.0'
3939
implementation "org.slf4j:slf4j-api:$slf4jVersion"
4040
implementation 'commons-io:commons-io:2.16.1'
4141
implementation 'org.apache.commons:commons-compress:1.26.2'

0 commit comments

Comments
 (0)