From 8c69c5b7e15729e5e420ddb61d7dae6badb7ee79 Mon Sep 17 00:00:00 2001 From: Looly Date: Fri, 9 Aug 2024 16:22:12 +0800 Subject: [PATCH] release 5.8.30 --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 94ea9dbc..db6bfb2d 100755 --- a/index.html +++ b/index.html @@ -78,7 +78,7 @@

Hutool - v5.8.29 + v5.8.30

A set of tools that keep Java sweet.

@@ -194,12 +194,12 @@

A set of tools that keep Java sweet.

🍊Maven:在项目的pom.xml的dependencies中加入以下内容:
-										<dependency>
    <groupId>cn.hutool</groupId>
    <artifactId>hutool-all</artifactId>
    <version>5.8.29</version>
</dependency>
+ <dependency>
    <groupId>cn.hutool</groupId>
    <artifactId>hutool-all</artifactId>
    <version>5.8.30</version>
</dependency>

🍐Gradle:
-										implementation 'cn.hutool:hutool-all:5.8.29'
+										implementation 'cn.hutool:hutool-all:5.8.30'