Commit 40d54a90 authored by 郭燕飞's avatar 郭燕飞 💬

version

parent 270e9b19
Pipeline #71201 failed with stages
in 0 seconds
buildscript { buildscript {
ext { ext {
springBootVersion = "1.5.14.RELEASE" springBootVersion = "1.5.15.RELEASE"
} }
repositories { repositories {
mavenLocal() mavenLocal()
...@@ -50,7 +50,7 @@ subprojects { ...@@ -50,7 +50,7 @@ subprojects {
dependencies { dependencies {
imports { imports {
mavenBom "cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.200" mavenBom "cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.227"
mavenBom "org.springframework.cloud:spring-cloud-dependencies:Edgware.SR4" mavenBom "org.springframework.cloud:spring-cloud-dependencies:Edgware.SR4"
} }
} }
......
...@@ -3,7 +3,7 @@ description = "{artifactId}" ...@@ -3,7 +3,7 @@ description = "{artifactId}"
apply plugin: "org.sonarqube" apply plugin: "org.sonarqube"
buildscript { buildscript {
ext { ext {
springBootVersion = "1.5.14.RELEASE" springBootVersion = "1.5.15.RELEASE"
} }
repositories { repositories {
mavenLocal() mavenLocal()
...@@ -63,7 +63,7 @@ dependencyManagement { ...@@ -63,7 +63,7 @@ dependencyManagement {
dependencies { dependencies {
imports { imports {
mavenBom "cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.200" mavenBom "cn.com.duiba.boot:spring-boot-ext-dependencies:1.2.227"
mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}" mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}"
mavenBom "org.springframework.cloud:spring-cloud-dependencies:Edgware.SR4" mavenBom "org.springframework.cloud:spring-cloud-dependencies:Edgware.SR4"
} }
......
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