prepare 6.0.0-M6

This commit is contained in:
Looly
2023-07-29 16:29:10 +08:00
parent 7aae082a74
commit 1b7ff78003
19 changed files with 23 additions and 23 deletions

View File

@@ -138,18 +138,18 @@ We provide the T-Shirt and Sweater with Hutool Logo, please visit the shop
<dependency>
<groupId>org.dromara.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>6.0.0-M5</version>
<version>6.0.0-M6</version>
</dependency>
```
### 🍐Gradle
```
implementation 'org.dromara.hutool:hutool-all:6.0.0-M5'
implementation 'org.dromara.hutool:hutool-all:6.0.0-M6'
```
## 📥Download
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/6.0.0-M5/)
- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/6.0.0-M6/)
> 🔔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.