prepare M23

This commit is contained in:
Looly
2025-06-22 18:02:30 +08:00
parent 9fbf8d85d1
commit b05f45a76f
20 changed files with 24 additions and 24 deletions

View File

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