Skip to content

Commit

Permalink
Bump apachePOIVersion from 5.2.1 to 5.2.2
Browse files Browse the repository at this point in the history
Bumps `apachePOIVersion` from 5.2.1 to 5.2.2.

Updates `poi` from 5.2.1 to 5.2.2

Updates `poi-ooxml` from 5.2.1 to 5.2.2

Updates `poi-ooxml-lite` from 5.2.1 to 5.2.2

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 21, 2022
1 parent 90d9227 commit d43b4d8
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 @@ -49,7 +49,7 @@ publishing {
}
}

def apachePOIVersion = '5.2.1'
def apachePOIVersion = '5.2.2'

dependencies {
implementation("org.apache.poi:poi:$apachePOIVersion")
Expand Down

0 comments on commit d43b4d8

Please sign in to comment.