Skip to content

Commit

Permalink
chore(*): Bump dependencies to 1.42.0 (spinnaker#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajordens authored Apr 29, 2019
1 parent 482cee4 commit 5dca85a
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 @@ -33,7 +33,7 @@ allprojects {
group = "com.netflix.spinnaker.orca"

ext {
spinnakerDependenciesVersion = '1.41.0'
spinnakerDependenciesVersion = '1.42.0'
if (project.hasProperty('spinnakerDependenciesVersion')) {
spinnakerDependenciesVersion = project.property('spinnakerDependenciesVersion')
}
Expand Down

0 comments on commit 5dca85a

Please sign in to comment.