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:
parent
b3712f91c5
commit
08bc7949fc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user