prepare 5.8.38

This commit is contained in:
Looly
2025-04-02 21:41:51 +08:00
parent 8b9392b648
commit 590e07a595
27 changed files with 36 additions and 30 deletions

View File

@@ -133,18 +133,18 @@ Each module can be introduced individually, or all modules can be introduced by
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.37</version>
<version>5.8.38</version>
</dependency>
```
### 🍐Gradle
```
implementation 'cn.hutool:hutool-all:5.8.37'
implementation 'cn.hutool:hutool-all:5.8.38'
```
## 📥Download
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.37/)
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.38/)
> 🔔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.