Skip to content

Commit

Permalink
chore(dependencies): Bump spinnaker-dependencies to 0.104.0 (#157)
Browse files Browse the repository at this point in the history
Generic support for exceptions that have `@ResponseStatus` on a
super class (or interface).
  • Loading branch information
ajordens committed Jul 16, 2017
1 parent a11055b commit 98465e5
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 {
group = "com.netflix.spinnaker.echo"

ext {
spinnakerDependenciesVersion = project.hasProperty('spinnakerDependenciesVersion') ? project.property('spinnakerDependenciesVersion') : '0.101.0'
spinnakerDependenciesVersion = project.hasProperty('spinnakerDependenciesVersion') ? project.property('spinnakerDependenciesVersion') : '0.104.0'
}

def checkLocalVersions = [spinnakerDependenciesVersion: spinnakerDependenciesVersion]
Expand Down

0 comments on commit 98465e5

Please sign in to comment.