Skip to content

Commit

Permalink
bump to spring 4.3.10, and spring-boot 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Graff committed Jul 24, 2017
1 parent b253810 commit 343ed3d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ subprojects { project ->

dependencies {
// spinnaker.group('test')
testCompile "org.springframework.boot:spring-boot-starter-test:1.2.8.RELEASE"
testCompile "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
testCompile "org.spockframework:spock-core:1.1-groovy-2.4-rc-2"
testCompile "org.spockframework:spock-spring:1.1-groovy-2.4-rc-2"
testCompile "org.springframework:spring-test:4.1.9.RELEASE"
testCompile "org.springframework:spring-test:$springVersion"
testCompile "cglib:cglib-nodep:3.2.0"
testCompile "org.objenesis:objenesis:2.1"
testCompile "junit:junit:4.11"
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
springBootVersion=1.2.5.RELEASE
springVersion=4.3.10.RELEASE
springBootVersion=1.5.4.RELEASE
kotlinVersion=1.1.2
2 changes: 1 addition & 1 deletion kayenta-web/kayenta-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
compile "org.springframework.boot:spring-boot-starter-actuator:1.2.8.RELEASE"

//compile spinnaker.dependency('bootWeb')
compile "org.springframework.boot:spring-boot-starter-web:1.2.8.RELEASE"
compile "org.springframework.boot:spring-boot-starter-web:1.5.4.RELEASE"

//compile spinnaker.dependency("korkSwagger")
compile "com.netflix.spinnaker.kork:kork-swagger:1.93.0"
Expand Down
2 changes: 1 addition & 1 deletion kayenta-web/src/main/java/com/netflix/kayenta/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import com.netflix.kayenta.stackdriver.config.StackdriverConfiguration;
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 343ed3d

Please sign in to comment.