Skip to content

Commit

Permalink
322: bump apache.poi & commons-compress
Browse files Browse the repository at this point in the history
  • Loading branch information
uek06 committed Jul 16, 2024
1 parent 0acd08b commit 064553a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jxls-poi/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dependencies {
implementation project(':jxls')

implementation 'org.apache.poi:poi-ooxml:5.2.2'
implementation 'org.apache.commons:commons-compress:1.25.0'
implementation 'org.apache.poi:poi-ooxml:5.2.4'
implementation 'org.apache.commons:commons-compress:1.26.0'

testImplementation 'org.apache.derby:derby:10.12.1.1'
}
Expand Down

0 comments on commit 064553a

Please sign in to comment.