Skip to content

Commit

Permalink
Merge pull request #251 from cfieber/master
Browse files Browse the repository at this point in the history
Update to spinnaker-dependencies 0.42.0
  • Loading branch information
cfieber authored Jun 30, 2016
2 parents 9dc3125 + 43f1280 commit e59baa8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = "1.2.5.RELEASE"
springBootVersion = "1.2.8.RELEASE"
}
repositories {
jcenter()
Expand All @@ -17,7 +17,7 @@ allprojects {
apply plugin: 'groovy'

spinnaker {
dependenciesVersion = "0.39.0"
dependenciesVersion = "0.42.0"
}

configurations.all {
Expand All @@ -28,7 +28,10 @@ allprojects {
force 'org.spockframework:spock-core:1.0-groovy-2.4'
eachDependency {
if (it.requested.group == 'org.springframework') {
it.useVersion spinnaker.version('spring')
it.useVersion '1.2.8.RELEASE'
}
if (it.requested.group == 'org.springframework') {
it.useVersion '4.1.9.RELEASE'
}
}
}
Expand Down

0 comments on commit e59baa8

Please sign in to comment.