Skip to content

Commit

Permalink
Update dependency org.apache.poi:poi-ooxml to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteSource for GitHub.com committed Sep 13, 2021
1 parent 1db3170 commit ae46c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {

// https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml
compile group: "org.apache.poi", name: "poi", version: "3.16"
compile group: "org.apache.poi", name: "poi-ooxml", version: "3.16"
compile group: "org.apache.poi", name: "poi-ooxml", version: "4.1.1"

// https://mvnrepository.com/artifact/com.opencsv/opencsv
compile group: "com.opencsv", name: "opencsv", version: "3.9"
Expand Down

0 comments on commit ae46c58

Please sign in to comment.