Commit ec209a26 by hubin

升级 spring boot cloud 依赖为最新版本

parent 9fcc95ab
...@@ -20,9 +20,9 @@ ext { ...@@ -20,9 +20,9 @@ ext {
// 编译脚本 // 编译脚本
buildscript { buildscript {
ext { ext {
springBootVersion = "2.3.0.RELEASE" springBootVersion = "2.3.10.RELEASE"
springCloudVersion = "Hoxton.SR5" springCloudVersion = "Hoxton.SR11"
nettyAllVersion = '4.1.43.Final' nettyAllVersion = '4.1.49.Final'
} }
// 仓库配置 // 仓库配置
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment