...
 
Commits (3)
    https://gitcode.net/mica/mica/-/commit/0eb550c3d72bbb2321134670db167e88d7ec20b6 :arrow_up: Upgrading dependencies. 2021-12-17T22:53:18+08:00 如梦技术 596392912@qq.com https://gitcode.net/mica/mica/-/commit/112be765832d431d112b98f429246ce2213884f7 Merge branch 'master' into mica-v2.6.x 2021-12-17T22:54:49+08:00 如梦技术 596392912@qq.com # Conflicts: # build.gradle https://gitcode.net/mica/mica/-/commit/01b1cf691ee026c2e278f1e09a06a7080dfeffcc :arrow_up: Upgrading dependencies. 2021-12-17T22:55:34+08:00 如梦技术 596392912@qq.com
......@@ -13,6 +13,7 @@
## 🔖 版本说明
| 最新版本 | mica 版本 | spring boot 版本 | spring cloud 版本 |
| ----------- | ---------------- | ---------------- | ----------------- |
| 2.6.0 | mica 2.6.x | 2.6.x | 2021 |
| 2.5.7 | mica 2.5.x | 2.5.x | 2020 |
| 2.4.11 | mica 2.4.x | 2.4.x | 2020 |
| 2.1.1-GA | mica 2.0.x~2.1.x | 2.2.x ~ 2.3.x | Hoxton |
......
......@@ -15,6 +15,7 @@ English | [简体中文](README.md)
| Latest version | mica version | spring boot version | spring cloud version |
| -------------- | ---------------- | ------------------- | -------------------- |
| 2.6.0 | mica 2.6.x | 2.6.x | 2021 |
| 2.5.7 | mica 2.5.x | 2.5.x | 2020 |
| 2.4.11 | mica 2.4.x | 2.4.x | 2020 |
| 2.1.1-GA | mica 2.0.x~2.1.x | 2.2.x ~ 2.3.x | Hoxton |
......
......@@ -5,10 +5,10 @@ plugins {
ext {
javaVersion = JavaVersion.VERSION_1_8
springBootVersion = "2.6.1"
springNativeVersion = "0.10.4"
springNativeVersion = "0.11.0"
springCloudVersion = "2021.0.0"
micaAutoVersion = "2.2.1"
micaWeiXinVersion = "2.1.1"
micaWeiXinVersion = "2.1.2"
knife4jVersion = "3.0.3"
springdocVersion = "1.5.10"
swaggerVersion = "1.5.22"
......