Commit 23605a25 authored by 郭燕飞's avatar 郭燕飞 💬

version

parent 152a54b0
buildscript { buildscript {
ext { ext {
springBootVersion = '1.5.12.RELEASE' springBootVersion = '1.5.14.RELEASE'
} }
repositories { repositories {
mavenLocal() mavenLocal()
...@@ -49,7 +49,7 @@ subprojects { ...@@ -49,7 +49,7 @@ subprojects {
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.200'
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.SR3' mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.SR4'
} }
dependency 'com.alibaba:fastjson:1.2.47' dependency 'com.alibaba:fastjson:1.2.47'
......
...@@ -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.12.RELEASE' springBootVersion = '1.5.14.RELEASE'
} }
repositories { repositories {
mavenLocal() mavenLocal()
...@@ -63,7 +63,7 @@ dependencyManagement { ...@@ -63,7 +63,7 @@ dependencyManagement {
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.200'
mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}" mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}"
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Edgware.SR3' 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