File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
fiat-web/src/main/java/com/netflix/spinnaker/fiat Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
buildscript {
18
18
ext {
19
- springBootVersion = " 1.2.8 .RELEASE"
19
+ springBootVersion = " 1.4.1 .RELEASE"
20
20
}
21
21
repositories {
22
22
jcenter()
23
23
maven { url " http://spinnaker.bintray.com/gradle" }
24
24
}
25
25
dependencies {
26
- classpath ' com.netflix.spinnaker.gradle:spinnaker-gradle-project:3.8 .0'
26
+ classpath ' com.netflix.spinnaker.gradle:spinnaker-gradle-project:3.9 .0'
27
27
classpath " org.springframework.boot:spring-boot-gradle-plugin:${ springBootVersion} "
28
28
}
29
29
}
@@ -35,7 +35,7 @@ allprojects {
35
35
apply plugin : ' groovy'
36
36
37
37
ext {
38
- spinnakerDependenciesVersion = " 0.60 .0"
38
+ spinnakerDependenciesVersion = " 0.62 .0"
39
39
}
40
40
41
41
if (spinnakerDependenciesVersion. indexOf(' -dev' ) != -1 ) {
Original file line number Diff line number Diff line change 19
19
import com .netflix .spinnaker .config .ErrorConfiguration ;
20
20
import org .springframework .boot .autoconfigure .EnableAutoConfiguration ;
21
21
import org .springframework .boot .builder .SpringApplicationBuilder ;
22
- import org .springframework .boot .context . web .SpringBootServletInitializer ;
22
+ import org .springframework .boot .web . support .SpringBootServletInitializer ;
23
23
import org .springframework .context .annotation .ComponentScan ;
24
24
import org .springframework .context .annotation .Configuration ;
25
25
import org .springframework .context .annotation .Import ;
You can’t perform that action at this time.
0 commit comments