We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3d95a commit bad39f1Copy full SHA for bad39f1
1 file changed
pom.xml
@@ -8,9 +8,9 @@
8
<packaging>pom</packaging>
9
10
<properties>
11
- <core_version>6.5.18</core_version>
+ <core_version>6.5.19-SNAPSHOT</core_version>
12
<maven_surefire_version>3.0.0-M5</maven_surefire_version>
13
- <apache_poi_version>5.2.1</apache_poi_version>
+ <apache_poi_version>5.4.1</apache_poi_version>
14
<lombok_version>1.18.32</lombok_version>
15
<okhttp.version>4.11.0</okhttp.version>
16
<junit_jupiter_version>5.7.1</junit_jupiter_version>
@@ -259,7 +259,7 @@
259
<dependency>
260
<groupId>org.apache.xmlbeans</groupId>
261
<artifactId>xmlbeans</artifactId>
262
- <version>5.0.3</version>
+ <version>5.3.0</version>
263
</dependency>
264
265
<!-- OKHTTP had to be marked as optional in the r5 project, but the publisher needs to pull it in, this is
0 commit comments