Skip to content

Commit b62163b

Browse files
committed
⬆️ 升级 hutool 依赖版本
1 parent 595a00f commit b62163b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>cn.hutool</groupId>
6969
<artifactId>hutool-all</artifactId>
70-
<version>4.5.11</version>
70+
<version>5.1.3</version>
7171
</dependency>
7272

7373
<!-- 存储策略相关 API, 对象存储、FTP、 Rest API-->
@@ -147,9 +147,8 @@
147147
</executions>
148148
<configuration>
149149
<jvms>
150-
<jvm>-server</jvm>
151-
<jvm>-Xmx300m -Xmx100m</jvm>
152150
<jvm>-Djava.security.egd=file:/dev/./urandom</jvm>
151+
<jvm>-Dfile.encoding=utf-8</jvm>
153152
</jvms>
154153
</configuration>
155154
</plugin>

0 commit comments

Comments
 (0)