prepare 5.8.32

This commit is contained in:
Looly
2024-08-12 19:12:02 +08:00
parent 8d0f4d6968
commit 60709f8a57
26 changed files with 30 additions and 30 deletions

View File

@@ -150,18 +150,18 @@ We provide the T-Shirt and Sweater with Hutool Logo, please visit the shop
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.31</version>
<version>5.8.32</version>
</dependency>
```
### 🍐Gradle
```
implementation 'cn.hutool:hutool-all:5.8.31'
implementation 'cn.hutool:hutool-all:5.8.32'
```
## 📥Download
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.31/)
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.32/)
> 🔔note:
> Hutool 5.x supports JDK8+ and is not tested on Android platforms, and cannot guarantee that all tool classes or tool methods are available.