Skip to content

Commit

Permalink
Upgrades to Spring Boot 1.4 by way of a spinnaker-deps bump (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tomsu committed Oct 19, 2016
1 parent cc33be7 commit f33e69a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

buildscript {
ext {
springBootVersion = "1.2.8.RELEASE"
springBootVersion = "1.4.1.RELEASE"
}
repositories {
jcenter()
maven { url "http://spinnaker.bintray.com/gradle" }
}
dependencies {
classpath 'com.netflix.spinnaker.gradle:spinnaker-gradle-project:3.8.0'
classpath 'com.netflix.spinnaker.gradle:spinnaker-gradle-project:3.9.0'
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
}
}
Expand All @@ -35,7 +35,7 @@ allprojects {
apply plugin: 'groovy'

ext {
spinnakerDependenciesVersion = "0.60.0"
spinnakerDependenciesVersion = "0.62.0"
}

if (spinnakerDependenciesVersion.indexOf('-dev') != -1) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import com.netflix.spinnaker.config.ErrorConfiguration;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.context.web.SpringBootServletInitializer;
import org.springframework.boot.web.support.SpringBootServletInitializer;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
Expand Down

0 comments on commit f33e69a

Please sign in to comment.