diff --git a/CHANGELOG.md b/CHANGELOG.md index d4bf51da5..4738b6b40 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------------------------------------- -# 5.8.11.M1 (2022-12-27) +# 5.8.11 (2022-12-27) ### 🐣新特性 * 【core 】 CharUtil.isBlankChar增加\u180e(pr#2738@Github) diff --git a/README-EN.md b/README-EN.md index d78d8a49c..2194e9624 100755 --- a/README-EN.md +++ b/README-EN.md @@ -144,18 +144,18 @@ We provide the T-Shirt and Sweater with Hutool Logo, please visit the shop: cn.hutool hutool-all - 5.8.11.M1 + 5.8.11 ``` ### 🍐Gradle ``` -implementation 'cn.hutool:hutool-all:5.8.11.M1' +implementation 'cn.hutool:hutool-all:5.8.11' ``` ## 📥Download -- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.11.M1/) +- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.11/) > 🔔️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 f52458567..b9d8ae93e 100755 --- a/README.md +++ b/README.md @@ -144,20 +144,20 @@ Hutool的存在就是为了减少代码搜索成本,避免网络上参差不 cn.hutool hutool-all - 5.8.11.M1 + 5.8.11 ``` ### 🍐Gradle ``` -implementation 'cn.hutool:hutool-all:5.8.11.M1' +implementation 'cn.hutool:hutool-all:5.8.11' ``` ### 📥下载jar 点击以下链接,下载`hutool-all-X.X.X.jar`即可: -- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.11.M1/) +- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.8.11/) > 🔔️注意 > Hutool 5.x支持JDK8+,对Android平台没有测试,不能保证所有工具类或工具方法可用。 diff --git a/bin/version.txt b/bin/version.txt index 4ce048378..7098a3f83 100755 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -5.8.11.M1 +5.8.11 diff --git a/docs/js/version.js b/docs/js/version.js index e26c9f862..c8d509164 100755 --- a/docs/js/version.js +++ b/docs/js/version.js @@ -1 +1 @@ -var version = '5.8.11.M1' \ No newline at end of file +var version = '5.8.11' \ No newline at end of file diff --git a/hutool-all/pom.xml b/hutool-all/pom.xml index 40743a5c2..f15bf7763 100755 --- a/hutool-all/pom.xml +++ b/hutool-all/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-all diff --git a/hutool-aop/pom.xml b/hutool-aop/pom.xml index 6644c43f5..7cd4b046f 100755 --- a/hutool-aop/pom.xml +++ b/hutool-aop/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-aop diff --git a/hutool-bloomFilter/pom.xml b/hutool-bloomFilter/pom.xml index 4419aa7a5..aa92c63ac 100755 --- a/hutool-bloomFilter/pom.xml +++ b/hutool-bloomFilter/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-bloomFilter diff --git a/hutool-bom/pom.xml b/hutool-bom/pom.xml index 8e8a9b547..fbb2359a9 100755 --- a/hutool-bom/pom.xml +++ b/hutool-bom/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-bom diff --git a/hutool-cache/pom.xml b/hutool-cache/pom.xml index 83c9f9c60..5d8adfe08 100755 --- a/hutool-cache/pom.xml +++ b/hutool-cache/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-cache diff --git a/hutool-captcha/pom.xml b/hutool-captcha/pom.xml index 2097901d2..d7c3c29e8 100755 --- a/hutool-captcha/pom.xml +++ b/hutool-captcha/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-captcha diff --git a/hutool-core/pom.xml b/hutool-core/pom.xml index f50c06f40..78f2b35f6 100755 --- a/hutool-core/pom.xml +++ b/hutool-core/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-core diff --git a/hutool-cron/pom.xml b/hutool-cron/pom.xml index dc693c47b..bf38ae2b9 100755 --- a/hutool-cron/pom.xml +++ b/hutool-cron/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-cron diff --git a/hutool-crypto/pom.xml b/hutool-crypto/pom.xml index 2ae9c439c..478ad47c2 100755 --- a/hutool-crypto/pom.xml +++ b/hutool-crypto/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-crypto diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml index 2ca376a3c..548be57e1 100755 --- a/hutool-db/pom.xml +++ b/hutool-db/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-db @@ -21,14 +21,14 @@ 0.9.5.5 2.9.0 10.0.23 - 1.2.1 + 1.2.15 4.0.3 - 4.7.1 - 3.39.4.0 + 4.8.1 + 3.40.0.0 2.5.2 - 4.2.3 + 4.3.1 @@ -82,7 +82,7 @@ com.github.chris2018998 beecp - 3.3.8 + 3.3.9 slf4j-api @@ -151,13 +151,13 @@ org.postgresql postgresql - 42.5.0 + 42.5.1 test com.microsoft.sqlserver mssql-jdbc - 10.2.1.jre8 + 11.2.2.jre8 test diff --git a/hutool-dfa/pom.xml b/hutool-dfa/pom.xml index 5954b6da6..c9c0c19be 100755 --- a/hutool-dfa/pom.xml +++ b/hutool-dfa/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-dfa diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index f91ca96a4..ed88370d1 100755 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-extra diff --git a/hutool-http/pom.xml b/hutool-http/pom.xml index 190598429..9af198359 100755 --- a/hutool-http/pom.xml +++ b/hutool-http/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-http diff --git a/hutool-json/pom.xml b/hutool-json/pom.xml index c9e812877..6913df17c 100755 --- a/hutool-json/pom.xml +++ b/hutool-json/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-json diff --git a/hutool-jwt/pom.xml b/hutool-jwt/pom.xml index 952e65c02..ee7c885df 100755 --- a/hutool-jwt/pom.xml +++ b/hutool-jwt/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-jwt @@ -18,7 +18,7 @@ - 1.70 + 1.72 diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml index 9c0e10856..6b3a0f419 100755 --- a/hutool-log/pom.xml +++ b/hutool-log/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-log @@ -19,14 +19,14 @@ 1.7.36 - 1.4.4 + 1.4.5 1.2.17 2.19.0 1.2 1.3.6 3.4.3.Final - 0.44.3 + 0.45.0 diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml index e1265bb9c..550a26791 100755 --- a/hutool-poi/pom.xml +++ b/hutool-poi/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-poi diff --git a/hutool-script/pom.xml b/hutool-script/pom.xml index 38b959452..21624b2db 100755 --- a/hutool-script/pom.xml +++ b/hutool-script/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-script diff --git a/hutool-setting/pom.xml b/hutool-setting/pom.xml index 73a3ad343..bb90fa2a7 100755 --- a/hutool-setting/pom.xml +++ b/hutool-setting/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-setting diff --git a/hutool-socket/pom.xml b/hutool-socket/pom.xml index 4692a7e87..ad61185d5 100755 --- a/hutool-socket/pom.xml +++ b/hutool-socket/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-socket diff --git a/hutool-system/pom.xml b/hutool-system/pom.xml index 1464d83d1..306317dc5 100755 --- a/hutool-system/pom.xml +++ b/hutool-system/pom.xml @@ -9,7 +9,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool-system @@ -30,7 +30,7 @@ com.github.oshi oshi-core - 6.2.2 + 6.4.0 provided diff --git a/pom.xml b/pom.xml index bcdbb20a6..12d2a96bd 100755 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ cn.hutool hutool-parent - 5.8.11.M1 + 5.8.11 hutool Hutool是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。 https://github.com/dromara/hutool