Skip to content

Commit

Permalink
Rolls deps version forward, which pulls back Spring Boot back to 1.2.8 (
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tomsu committed Nov 1, 2016
1 parent 67282d6 commit 5a3b3fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildscript {
ext {
springBootVersion = "1.4.1.RELEASE"
springBootVersion = "1.2.8.RELEASE"
}
repositories {
jcenter()
Expand All @@ -35,7 +35,7 @@ allprojects {
apply plugin: 'groovy'

ext {
spinnakerDependenciesVersion = "0.62.0"
spinnakerDependenciesVersion = "0.64.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.web.support.SpringBootServletInitializer;
import org.springframework.boot.context.web.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 5a3b3fb

Please sign in to comment.