Skip to content

Commit

Permalink
Updates to feign 8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Cole committed Aug 7, 2015
1 parent fdb1ef4 commit 38cac3e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions clouddns/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ test {

dependencies {
compile project(':denominator-core')
compile 'com.netflix.feign:feign-core:8.7.0'
compile 'com.netflix.feign:feign-gson:8.7.0'
compile 'com.netflix.feign:feign-core:8.7.1'
compile 'com.netflix.feign:feign-gson:8.7.1'
testCompile project(':denominator-model').sourceSets.test.output
testCompile project(':denominator-core').sourceSets.test.output
testCompile 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies {
testCompile 'junit:junit:4.12'
testCompile 'org.assertj:assertj-core:1.7.1' // last version supporting JDK 7
testCompile 'com.squareup.okhttp:mockwebserver:2.4.0'
testCompile 'com.netflix.feign:feign-core:8.7.0'
testCompile 'com.netflix.feign:feign-core:8.7.1'
testCompile project(':denominator-model').sourceSets.test.output
}
4 changes: 2 additions & 2 deletions designate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ test {

dependencies {
compile project(':denominator-core')
compile 'com.netflix.feign:feign-core:8.7.0'
compile 'com.netflix.feign:feign-gson:8.7.0'
compile 'com.netflix.feign:feign-core:8.7.1'
compile 'com.netflix.feign:feign-gson:8.7.1'
testCompile project(':denominator-model').sourceSets.test.output
testCompile project(':denominator-core').sourceSets.test.output
testCompile 'junit:junit:4.12'
Expand Down
4 changes: 2 additions & 2 deletions dynect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ test {

dependencies {
compile project(':denominator-core')
compile 'com.netflix.feign:feign-core:8.7.0'
compile 'com.netflix.feign:feign-gson:8.7.0'
compile 'com.netflix.feign:feign-core:8.7.1'
compile 'com.netflix.feign:feign-gson:8.7.1'
testCompile project(':denominator-model').sourceSets.test.output
testCompile project(':denominator-core').sourceSets.test.output
testCompile 'junit:junit:4.12'
Expand Down
4 changes: 2 additions & 2 deletions route53/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ test {

dependencies {
compile project(':denominator-core')
compile 'com.netflix.feign:feign-core:8.7.0'
compile 'com.netflix.feign:feign-sax:8.7.0'
compile 'com.netflix.feign:feign-core:8.7.1'
compile 'com.netflix.feign:feign-sax:8.7.1'
testCompile project(':denominator-model').sourceSets.test.output
testCompile project(':denominator-core').sourceSets.test.output
testCompile 'junit:junit:4.12'
Expand Down
4 changes: 2 additions & 2 deletions ultradns/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ test {

dependencies {
compile project(':denominator-core')
compile 'com.netflix.feign:feign-core:8.7.0'
compile 'com.netflix.feign:feign-sax:8.7.0'
compile 'com.netflix.feign:feign-core:8.7.1'
compile 'com.netflix.feign:feign-sax:8.7.1'
testCompile project(':denominator-model').sourceSets.test.output
testCompile project(':denominator-core').sourceSets.test.output
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 38cac3e

Please sign in to comment.