We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3309b38 commit a509393Copy full SHA for a509393
2 files changed
CHANGELOG.md
@@ -6,6 +6,7 @@
6
### Version 7.3
7
* Adds Request.Options support to RibbonClient
8
* Updates to Ribbon 2.0-RC13
9
+* Updates to Jackson 2.5.1
10
11
### Version 7.2
12
* Adds `Feign.Builder.build()`
jackson/build.gradle
@@ -4,7 +4,7 @@ sourceCompatibility = 1.6
4
5
dependencies {
compile project(':feign-core')
- compile 'com.fasterxml.jackson.core:jackson-databind:2.2.2'
+ compile 'com.fasterxml.jackson.core:jackson-databind:2.5.1'
testCompile 'junit:junit:4.12'
testCompile 'org.assertj:assertj-core:1.7.1'
testCompile project(':feign-core').sourceSets.test.output // for assertions
0 commit comments