build(deps): bump poi from 4.1.2 to 5.1.0 (#4262)

* build(deps): bump poi from 4.1.2 to 5.1.0

Bumps poi from 4.1.2 to 5.1.0.

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

Signed-off-by: dependabot[bot] <support@github.com>

* Use Maven property to select POI version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
This commit is contained in:
dependabot[bot] 2021-11-07 13:13:56 +01:00 committed by GitHub
parent b3712f91c5
commit 08bc7949fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@
-->
<jena.version>3.17.0</jena.version>
<okhttp.version>4.9.2</okhttp.version>
<poi.version>5.1.0</poi.version>
</properties>
<scm>
@ -258,12 +259,12 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>4.1.2</version>
<version>${poi.version}</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>4.1.2</version>
<version>${poi.version}</version>
</dependency>
<dependency>
<groupId>org.odftoolkit</groupId>