We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c8b0c commit bb63fbdCopy full SHA for bb63fbd
pom.xml
@@ -177,12 +177,12 @@
177
<dependency>
178
<groupId>cn.hutool</groupId>
179
<artifactId>hutool-all</artifactId>
180
- <version>5.8.28</version>
+ <version>5.8.31</version>
181
</dependency>
182
183
<groupId>org.apache.poi</groupId>
184
<artifactId>poi-ooxml</artifactId>
185
- <version>5.2.5</version>
+ <version>5.4.0</version>
186
<exclusions>
187
<exclusion>
188
<groupId>org.apache.commons</groupId>
@@ -225,7 +225,7 @@
225
226
<groupId>com.google.guava</groupId>
227
<artifactId>guava</artifactId>
228
- <version>33.2.0-jre</version>
+ <version>33.3.0-jre</version>
229
230
231
<groupId>org.mapstruct</groupId>
0 commit comments