Skip to content

Commit

Permalink
Update dependency org.apache.poi:poi-ooxml to v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 0bf309e commit 24fbfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ dependencies {
implementation("org.apache.poi:poi:5.3.0") {
exclude group: "org.apache.commons", module: "commons-math3"
}
implementation("org.apache.poi:poi-ooxml:5.2.5") {
implementation("org.apache.poi:poi-ooxml:5.3.0") {
exclude group: "org.apache.commons", module: "commons-math3"
}

Expand Down

0 comments on commit 24fbfee

Please sign in to comment.