Skip to content

Commit

Permalink
poi 5.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 25, 2023
1 parent 8f1d80f commit a20cae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repositories {
dependencies {
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'com.h2database:h2:2.2.224'
implementation 'org.apache.poi:poi-ooxml:5.2.4'
implementation 'org.apache.poi:poi:5.2.4'
implementation 'org.apache.poi:poi-ooxml:5.2.5'
implementation 'org.apache.poi:poi:5.2.5'
implementation 'org.apache.xmlbeans:xmlbeans:5.2.0'
implementation 'org.apache.commons:commons-text:1.11.0'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit a20cae7

Please sign in to comment.