diff --git a/README-EN.md b/README-EN.md
index 3b9c6e201..7e5c1c9ed 100755
--- a/README-EN.md
+++ b/README-EN.md
@@ -138,18 +138,18 @@ We provide the T-Shirt and Sweater with Hutool Logo, please visit the shop:
org.dromara.hutool
hutool-all
- 6.0.0-M4
+ 6.0.0-M5
```
### 🍐Gradle
```
-implementation 'org.dromara.hutool:hutool-all:6.0.0-M4'
+implementation 'org.dromara.hutool:hutool-all:6.0.0-M5'
```
## 📥Download
-- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/6.0.0-M4/)
+- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/6.0.0-M5/)
> 🔔️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.
diff --git a/README.md b/README.md
index 8576c8a4e..8400a2356 100755
--- a/README.md
+++ b/README.md
@@ -133,21 +133,21 @@
org.dromara.hutool
hutool-all
- 6.0.0-M4
+ 6.0.0-M5
```
### 🍐Gradle
```
-implementation 'org.dromara.hutool:hutool-all:6.0.0-M4'
+implementation 'org.dromara.hutool:hutool-all:6.0.0-M5'
```
### 📥下载jar
点击以下链接,下载`hutool-all-X.X.X.jar`即可:
-- [Maven中央库](https://repo1.maven.org/maven2/org/dromara/hutool/hutool-all/6.0.0-M4/)
+- [Maven中央库](https://repo1.maven.org/maven2/org/dromara/hutool/hutool-all/6.0.0-M5/)
> 🔔️注意
> Hutool 6.x支持JDK8+,对Android平台没有测试,不能保证所有工具类或工具方法可用。
diff --git a/bin/version.txt b/bin/version.txt
index 70514068f..5b4ab23e1 100644
--- a/bin/version.txt
+++ b/bin/version.txt
@@ -1 +1 @@
-6.0.0-M4
+6.0.0-M5
diff --git a/docs/js/version.js b/docs/js/version.js
index 404a4c22b..f7649b447 100755
--- a/docs/js/version.js
+++ b/docs/js/version.js
@@ -1 +1 @@
-var version = '6.0.0-M4'
\ No newline at end of file
+var version = '6.0.0-M5'
\ No newline at end of file
diff --git a/hutool-all/pom.xml b/hutool-all/pom.xml
index b7397a60b..290bef6e5 100755
--- a/hutool-all/pom.xml
+++ b/hutool-all/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-all
diff --git a/hutool-bom/pom.xml b/hutool-bom/pom.xml
index 9efed9b8c..d93bd8ac7 100755
--- a/hutool-bom/pom.xml
+++ b/hutool-bom/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-bom
diff --git a/hutool-core/pom.xml b/hutool-core/pom.xml
index 495ad1c6b..5386e97ee 100755
--- a/hutool-core/pom.xml
+++ b/hutool-core/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-core
diff --git a/hutool-cron/pom.xml b/hutool-cron/pom.xml
index 69110e9e7..8b1da4709 100755
--- a/hutool-cron/pom.xml
+++ b/hutool-cron/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-cron
diff --git a/hutool-crypto/pom.xml b/hutool-crypto/pom.xml
index 92a82c194..9cf7d63d9 100755
--- a/hutool-crypto/pom.xml
+++ b/hutool-crypto/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-crypto
diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml
index 4c7dd22b7..51a19c5d6 100755
--- a/hutool-db/pom.xml
+++ b/hutool-db/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-db
diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml
index 686e582a0..e623b26fa 100755
--- a/hutool-extra/pom.xml
+++ b/hutool-extra/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-extra
diff --git a/hutool-http/pom.xml b/hutool-http/pom.xml
index 79b65b2e5..841aa94ad 100755
--- a/hutool-http/pom.xml
+++ b/hutool-http/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-http
diff --git a/hutool-json/pom.xml b/hutool-json/pom.xml
index e278c3db4..49f851029 100755
--- a/hutool-json/pom.xml
+++ b/hutool-json/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-json
diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml
index 2d7369b42..9ce79061f 100755
--- a/hutool-log/pom.xml
+++ b/hutool-log/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-log
diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml
index b068c1a0d..628a6f303 100755
--- a/hutool-poi/pom.xml
+++ b/hutool-poi/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-poi
diff --git a/hutool-setting/pom.xml b/hutool-setting/pom.xml
index 6c1be756a..089ddb81d 100755
--- a/hutool-setting/pom.xml
+++ b/hutool-setting/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-setting
diff --git a/hutool-socket/pom.xml b/hutool-socket/pom.xml
index e622a616b..32cb3d82e 100755
--- a/hutool-socket/pom.xml
+++ b/hutool-socket/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-socket
diff --git a/hutool-swing/pom.xml b/hutool-swing/pom.xml
index 80bf330a1..0da8bc007 100755
--- a/hutool-swing/pom.xml
+++ b/hutool-swing/pom.xml
@@ -21,7 +21,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool-swing
diff --git a/pom.xml b/pom.xml
index bafe2e2b1..3d27da5ac 100755
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
org.dromara.hutool
hutool-parent
- 6.0.0-M4
+ 6.0.0-M5
hutool
Hutool是一个功能丰富且易用的Java工具库,通过诸多实用工具类的使用,旨在帮助开发者快速、便捷地完成各类开发任务。这些封装的工具涵盖了字符串、数字、集合、编码、日期、文件、IO、加密、数据库JDBC、JSON、HTTP客户端等一系列操作,可以满足各种不同的开发需求。
@@ -313,7 +313,7 @@
org.apache.maven.plugins
maven-gpg-plugin
- 3.0.1
+ 1.6
oss