prepare 5.6.5

This commit is contained in:
Looly
2021-04-26 01:26:45 +08:00
parent fda3fa2e61
commit 4f634c384d
26 changed files with 36 additions and 29 deletions

View File

@@ -122,18 +122,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.6.4</version>
<version>5.6.5</version>
</dependency>
```
### 🍐Gradle
```
compile 'cn.hutool:hutool-all:5.6.4'
compile 'cn.hutool:hutool-all:5.6.5'
```
## 📥Download
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.4/)
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.5/)
> 🔔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.