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 6d2f645 commit d6f5f9aCopy full SHA for d6f5f9a
1 file changed
build.gradle
@@ -33,11 +33,11 @@ java {
33
34
repositories {
35
mavenCentral()
36
- // maven { url "https://repository.apache.org/content/groups/staging/" }
+ maven { url "https://repository.apache.org/content/groups/staging/" }
37
}
38
39
ext {
40
- poiVersion = '5.5.0'
+ poiVersion = '5.5.1'
41
poiSharedStringsVersion = '2.9.2'
42
slf4jVersion = '2.0.17'
43
0 commit comments