Skip to content

Commit d6f5f9a

Browse files
committed
test with poi 5.5.1 (RC1 staging)
1 parent 6d2f645 commit d6f5f9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ java {
3333

3434
repositories {
3535
mavenCentral()
36-
// maven { url "https://repository.apache.org/content/groups/staging/" }
36+
maven { url "https://repository.apache.org/content/groups/staging/" }
3737
}
3838

3939
ext {
40-
poiVersion = '5.5.0'
40+
poiVersion = '5.5.1'
4141
poiSharedStringsVersion = '2.9.2'
4242
slf4jVersion = '2.0.17'
4343
}

0 commit comments

Comments
 (0)