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 81c55ba commit 0c3bb7cCopy full SHA for 0c3bb7c
build.gradle
@@ -18,7 +18,7 @@ sonarqube {
18
}
19
20
group = 'com.github.pjfanning'
21
-version = '3.6.1-SNAPSHOT'
+version = '3.6.1'
22
23
sourceCompatibility = 1.8
24
@@ -30,7 +30,7 @@ repositories {
30
dependencies {
31
api 'org.apache.poi:poi:5.2.2'
32
api 'org.apache.poi:poi-ooxml:5.2.2'
33
- implementation 'com.github.pjfanning:poi-shared-strings:2.5.1'
+ implementation 'com.github.pjfanning:poi-shared-strings:2.5.2'
34
implementation 'org.slf4j:slf4j-api:1.7.36'
35
implementation 'commons-io:commons-io:2.11.0'
36
testImplementation 'junit:junit:4.13.2'
0 commit comments