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 334ae2b commit 7571ca0Copy full SHA for 7571ca0
1 file changed
build.gradle
@@ -19,7 +19,7 @@ sonarqube {
19
}
20
21
group = 'com.github.pjfanning'
22
-version = '5.0.3-SNAPSHOT'
+version = '5.0.3'
23
24
sourceCompatibility = 1.8
25
@@ -37,7 +37,7 @@ repositories {
37
38
ext {
39
poiVersion = '5.4.0'
40
- poiSharedStringsVersion = '2.9.0'
+ poiSharedStringsVersion = '2.9.1'
41
slf4jVersion = '2.0.16'
42
43
0 commit comments