prepare 5.7.13

This commit is contained in:
Looly
2021-09-09 23:18:33 +08:00
parent b4b02f3af2
commit 7a25b73376
27 changed files with 37 additions and 30 deletions

View File

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