Skip to content

Commit

Permalink
test with staged version of poi 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 9, 2024
1 parent 9cd71c6 commit 9c33f38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ java {

repositories {
mavenCentral()
maven {
url 'https://repository.apache.org/content/groups/staging'
}
}

ext {
poiVersion = '5.3.0'
poiVersion = '5.4.0'
poiSharedStringsVersion = '2.9.0'
slf4jVersion = '2.0.16'
}
Expand Down

0 comments on commit 9c33f38

Please sign in to comment.