Browse Source

Updates to Jackson 2.5.1

pull/243/head
Adrian Cole 10 years ago
parent
commit
022af59685
  1. 1
      CHANGELOG.md
  2. 2
      jackson/build.gradle

1
CHANGELOG.md

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
### Version 7.3
* Adds Request.Options support to RibbonClient
* Updates to Ribbon 2.0-RC13
* Updates to Jackson 2.5.1
### Version 7.2
* Adds `Feign.Builder.build()`

2
jackson/build.gradle

@ -4,7 +4,7 @@ sourceCompatibility = 1.6 @@ -4,7 +4,7 @@ sourceCompatibility = 1.6
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

Loading…
Cancel
Save