Skip to content

Commit

Permalink
Changed SB version
Browse files Browse the repository at this point in the history
  • Loading branch information
vthglyk committed Sep 7, 2018
1 parent 1180a6b commit 5cfee33
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Expand Up @@ -4,7 +4,7 @@ if (!hasProperty('mainClass')) {
// initial extensions to gradle
buildscript {
ext {
springBootVersion = '1.5.11.RELEASE'
springBootVersion = '1.5.14.RELEASE'
}
repositories {
mavenCentral()
Expand Down Expand Up @@ -45,13 +45,6 @@ repositories {
maven { url "https://jitpack.io" }
}

// Spring related configs
dependencyManagement {
imports {
// mavenBom "org.springframework.cloud:spring-cloud-dependencies:Dalston.SR5"
}
}

/*
Forces dependencies' cache invalidation for each build for dependencies marked with
{ changing = true }
Expand Down

0 comments on commit 5cfee33

Please sign in to comment.