Skip to content

Commit 2783497

Browse files
author
Adrian Cole
committed
Merge pull request OpenFeign#80 from Netflix/ribbon-0.2.3
ribbon 0.2.3
2 parents fe5e8d1 + 5452ccd commit 2783497

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Version 5.3.0
22
* Split `GsonCodec` into `GsonEncoder` and `GsonDecoder`, which are easy to use with `Feign.Builder`
33
* Deprecate `GsonCodec`
4+
* Update to Ribbon 0.2.3
45

56
### Version 5.2.0
67
* Support usage of `GsonCodec` via `Feign.Builder`

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ project(':feign-ribbon') {
9898

9999
dependencies {
100100
compile project(':feign-core')
101-
compile 'com.netflix.ribbon:ribbon-core:0.2.0'
101+
compile 'com.netflix.ribbon:ribbon-core:0.2.3'
102102
testCompile 'org.testng:testng:6.8.5'
103103
testCompile 'com.google.mockwebserver:mockwebserver:20130706'
104104
}

0 commit comments

Comments
 (0)