Skip to content

Commit

Permalink
build(deps): bump poiVersion from 5.3.0 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps `poiVersion` from 5.3.0 to 5.4.0.

Updates `org.apache.poi:poi-ooxml` from 5.3.0 to 5.4.0

Updates `org.apache.poi:poi` from 5.3.0 to 5.4.0

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 503293b commit 4217216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpringBootExcel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
mavenCentral()
}

var poiVersion='5.3.0'
var poiVersion='5.4.0'

dependencies {
implementation "org.apache.poi:poi-ooxml:${poiVersion}" // .xlsx
Expand Down

0 comments on commit 4217216

Please sign in to comment.