Skip to content

Commit

Permalink
chore(dependencies): Bump spinnaker dependencies to 1.0.13 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajordens authored Sep 6, 2018
1 parent 012bea7 commit 4045c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ allprojects {
apply plugin: 'groovy'

ext {
spinnakerDependenciesVersion = project.hasProperty('spinnakerDependenciesVersion') ? project.property('spinnakerDependenciesVersion') : '1.0.10'
spinnakerDependenciesVersion = project.hasProperty('spinnakerDependenciesVersion') ? project.property('spinnakerDependenciesVersion') : '1.0.13'
}

def checkLocalVersions = [spinnakerDependenciesVersion: spinnakerDependenciesVersion]
Expand Down

0 comments on commit 4045c08

Please sign in to comment.