Skip to content

Commit

Permalink
Bump remaining spring boot references. (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Duftler committed Jul 24, 2017
1 parent 343ed3d commit dce0a25
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion kayenta-atlas/kayenta-atlas.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
compile project(":kayenta-core")

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

// compile spinnaker.dependency("korkSwagger")
compile "com.netflix.spinnaker.kork:kork-swagger:1.93.0"
Expand Down
6 changes: 3 additions & 3 deletions kayenta-core/kayenta-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ dependencies {
compile 'net.greghaines:jesque:1.3.1'

// spinnaker.group('bootWeb')
compile "org.springframework.boot:spring-boot-starter-actuator:1.2.8.RELEASE"
compile "org.springframework.boot:spring-boot-starter-web:1.2.8.RELEASE"
compile "org.springframework.boot:spring-boot-starter-data-rest:1.2.8.RELEASE"
compile "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
compile "org.springframework.boot:spring-boot-starter-data-rest:$springBootVersion"

// spinnaker.group('jackson')
compile "com.fasterxml.jackson.core:jackson-core:2.8.7"
Expand Down
2 changes: 1 addition & 1 deletion kayenta-gcs/kayenta-gcs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
compile project(":kayenta-google")

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

// compile spinnaker.dependency('lombok')
compile "org.projectlombok:lombok:1.16.10"
Expand Down
2 changes: 1 addition & 1 deletion kayenta-google/kayenta-google.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
compile project(":kayenta-core")

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

// compile spinnaker.dependency('lombok')
compile "org.projectlombok:lombok:1.16.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
compile project(":kayenta-core")

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

// compile spinnaker.dependency("korkSwagger")
compile "com.netflix.spinnaker.kork:kork-swagger:1.93.0"
Expand Down
2 changes: 1 addition & 1 deletion kayenta-orca/kayenta-orca.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
compile 'com.netflix.spinnaker.orca:orca-queue-redis:2.8.3'

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

// compile spinnaker.dependency("korkSwagger")
compile "com.netflix.spinnaker.kork:kork-swagger:1.93.0"
Expand Down
2 changes: 1 addition & 1 deletion kayenta-stackdriver/kayenta-stackdriver.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
compile project(":kayenta-google")

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

// compile spinnaker.dependency("korkSwagger")
compile "com.netflix.spinnaker.kork:kork-swagger:1.93.0"
Expand Down
2 changes: 1 addition & 1 deletion kayenta-web/kayenta-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
compile project(':kayenta-stackdriver')

// compile spinnaker.dependency('bootActuator')
compile "org.springframework.boot:spring-boot-starter-actuator:1.2.8.RELEASE"
compile "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"

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

0 comments on commit dce0a25

Please sign in to comment.