Skip to content

Commit 0c3bb7c

Browse files
committed
v3.6.1
1 parent 81c55ba commit 0c3bb7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sonarqube {
1818
}
1919

2020
group = 'com.github.pjfanning'
21-
version = '3.6.1-SNAPSHOT'
21+
version = '3.6.1'
2222

2323
sourceCompatibility = 1.8
2424

@@ -30,7 +30,7 @@ repositories {
3030
dependencies {
3131
api 'org.apache.poi:poi:5.2.2'
3232
api 'org.apache.poi:poi-ooxml:5.2.2'
33-
implementation 'com.github.pjfanning:poi-shared-strings:2.5.1'
33+
implementation 'com.github.pjfanning:poi-shared-strings:2.5.2'
3434
implementation 'org.slf4j:slf4j-api:1.7.36'
3535
implementation 'commons-io:commons-io:2.11.0'
3636
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)