update README.md.

更新dict-trans最新版本号为0.6,更新hutool-all依赖为5.8.24

Signed-off-by: 曙天 <tugenhao@126.com>
(cherry picked from commit 689747f3681048745b98ceaac5d5fe1a5080445b)
This commit is contained in:
曙天 2024-03-13 02:22:53 +00:00 committed by song_jx
parent 56994cbcef
commit ba05034eef

View File

@ -148,14 +148,14 @@ dict-trans
<dependency>
<groupId>com.aizuda</groupId>
<artifactId>dict-trans</artifactId>
<version>0.5</version>
<version>0.6</version>
</dependency>
<!-- hutool工具类必须 -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.21</version>
<version>5.8.24</version>
</dependency>
<!-- mybatis-plus 工具(必须) -->