We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe5e8d1 + 5452ccd commit 2783497Copy full SHA for 2783497
2 files changed
CHANGES.md
@@ -1,6 +1,7 @@
1
### Version 5.3.0
2
* Split `GsonCodec` into `GsonEncoder` and `GsonDecoder`, which are easy to use with `Feign.Builder`
3
* Deprecate `GsonCodec`
4
+* Update to Ribbon 0.2.3
5
6
### Version 5.2.0
7
* Support usage of `GsonCodec` via `Feign.Builder`
build.gradle
@@ -98,7 +98,7 @@ project(':feign-ribbon') {
98
99
dependencies {
100
compile project(':feign-core')
101
- compile 'com.netflix.ribbon:ribbon-core:0.2.0'
+ compile 'com.netflix.ribbon:ribbon-core:0.2.3'
102
testCompile 'org.testng:testng:6.8.5'
103
testCompile 'com.google.mockwebserver:mockwebserver:20130706'
104
}
0 commit comments