Skip to content

Commit

Permalink
Upgrade commons-compress dependency to 1.26 (#1082)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Peels <[email protected]>
  • Loading branch information
mpeels and Michael Peels authored Feb 23, 2024
1 parent 85c68a1 commit c11b62b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/question-bank/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,12 @@ dependencies {
// itext pdf generation
implementation libs.itextpdf

implementation 'org.apache.poi:poi:5.2.4'
implementation 'org.apache.poi:poi-ooxml:5.2.4'
implementation 'org.apache.poi:poi:5.2.5'
implementation 'org.apache.poi:poi-ooxml:5.2.5'

constraints {
implementation 'org.apache.commons:commons-compress:1.26.0'
}

}

Expand Down

0 comments on commit c11b62b

Please sign in to comment.