Skip to content

Commit bad39f1

Browse files
authored
Bump apache poi to 5.4.1 (#1075)
* Bump apache poi to 5.4.1 * Bump poi and xml-beans
1 parent 2d3d95a commit bad39f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<packaging>pom</packaging>
99

1010
<properties>
11-
<core_version>6.5.18</core_version>
11+
<core_version>6.5.19-SNAPSHOT</core_version>
1212
<maven_surefire_version>3.0.0-M5</maven_surefire_version>
13-
<apache_poi_version>5.2.1</apache_poi_version>
13+
<apache_poi_version>5.4.1</apache_poi_version>
1414
<lombok_version>1.18.32</lombok_version>
1515
<okhttp.version>4.11.0</okhttp.version>
1616
<junit_jupiter_version>5.7.1</junit_jupiter_version>
@@ -259,7 +259,7 @@
259259
<dependency>
260260
<groupId>org.apache.xmlbeans</groupId>
261261
<artifactId>xmlbeans</artifactId>
262-
<version>5.0.3</version>
262+
<version>5.3.0</version>
263263
</dependency>
264264

265265
<!-- OKHTTP had to be marked as optional in the r5 project, but the publisher needs to pull it in, this is

0 commit comments

Comments
 (0)