prepare 5.7.12

This commit is contained in:
Looly
2021-08-31 22:44:06 +08:00
parent c36f9f55db
commit fa6882f480
27 changed files with 37 additions and 30 deletions

View File

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