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

version

parent 270e9b19
Pipeline #71201 failed with stages
in 0 seconds
buildscript {
ext {
springBootVersion = "1.5.14.RELEASE"
springBootVersion = "1.5.15.RELEASE"
}
repositories {
mavenLocal()
......@@ -50,7 +50,7 @@ subprojects {
dependencies {
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"
}
}
......
......@@ -3,7 +3,7 @@ description = "{artifactId}"
apply plugin: "org.sonarqube"
buildscript {
ext {
springBootVersion = "1.5.14.RELEASE"
springBootVersion = "1.5.15.RELEASE"
}
repositories {
mavenLocal()
......@@ -63,7 +63,7 @@ dependencyManagement {
dependencies {
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.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