Skip to content

Commit

Permalink
test with poi 5.2.5 (rc1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 18, 2023
1 parent 8d6a3c0 commit eb886f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ sourceCompatibility = 1.8

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

dependencies {
api 'org.apache.poi:poi:5.2.4'
api 'org.apache.poi:poi-ooxml:5.2.4'
api 'org.apache.poi:poi:5.2.5'
api 'org.apache.poi:poi-ooxml:5.2.5'
implementation 'com.github.pjfanning:poi-shared-strings:2.7.0'
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'commons-io:commons-io:2.15.0'
Expand Down

0 comments on commit eb886f1

Please sign in to comment.