Skip to content

Commit

Permalink
Updated SpringBoot version
Browse files Browse the repository at this point in the history
  • Loading branch information
vthglyk committed Apr 10, 2018
1 parent 5def9b2 commit 8fdb04b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
ext {
springBootVersion = '1.4.1.RELEASE'
springBootVersion = '1.5.12.RELEASE'
springCloudVersion = 'Dalston.SR5'
}
repositories {
mavenCentral()
Expand Down Expand Up @@ -30,6 +31,6 @@ dependencies {

dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:Camden.RELEASE"
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
}
}

0 comments on commit 8fdb04b

Please sign in to comment.