Browse Source

ribbon 0.2.3

pull/89/head
adriancole 11 years ago
parent
commit
28ff01c66e
  1. 1
      CHANGES.md
  2. 2
      build.gradle

1
CHANGES.md

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
### Version 5.3.0
* Split `GsonCodec` into `GsonEncoder` and `GsonDecoder`, which are easy to use with `Feign.Builder`
* Deprecate `GsonCodec`
* Update to Ribbon 0.2.3
### Version 5.2.0
* Support usage of `GsonCodec` via `Feign.Builder`

2
build.gradle

@ -98,7 +98,7 @@ project(':feign-ribbon') { @@ -98,7 +98,7 @@ project(':feign-ribbon') {
dependencies {
compile project(':feign-core')
compile 'com.netflix.ribbon:ribbon-core:0.2.0'
compile 'com.netflix.ribbon:ribbon-core:0.2.3'
testCompile 'org.testng:testng:6.8.5'
testCompile 'com.google.mockwebserver:mockwebserver:20130706'
}

Loading…
Cancel
Save