Skip to content

Commit

Permalink
Bump org.apache.poi:poi-scratchpad from 5.2.2 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps org.apache.poi:poi-scratchpad from 5.2.2 to 5.3.0.

---
updated-dependencies:
- dependency-name: org.apache.poi:poi-scratchpad
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 3d34adc commit 28b94cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ dependencies {
//Apache POI
implementation ("org.apache.poi:poi:5.3.0")
implementation ("org.apache.poi:poi-ooxml:5.3.0")
implementation ("org.apache.poi:poi-scratchpad:5.2.2")
implementation ("org.apache.poi:poi-scratchpad:5.3.0")
implementation ("org.apache.odftoolkit:simple-odf:0.8.2-incubating")
implementation ("com.itextpdf:itext7-core:7.1.16")
}
Expand Down

0 comments on commit 28b94cd

Please sign in to comment.