Skip to content

Commit a509393

Browse files
author
Adrian Cole
committed
Updates to Jackson 2.5.1
1 parent 3309b38 commit a509393

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
### Version 7.3
77
* Adds Request.Options support to RibbonClient
88
* Updates to Ribbon 2.0-RC13
9+
* Updates to Jackson 2.5.1
910

1011
### Version 7.2
1112
* Adds `Feign.Builder.build()`

jackson/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sourceCompatibility = 1.6
44

55
dependencies {
66
compile project(':feign-core')
7-
compile 'com.fasterxml.jackson.core:jackson-databind:2.2.2'
7+
compile 'com.fasterxml.jackson.core:jackson-databind:2.5.1'
88
testCompile 'junit:junit:4.12'
99
testCompile 'org.assertj:assertj-core:1.7.1'
1010
testCompile project(':feign-core').sourceSets.test.output // for assertions

0 commit comments

Comments
 (0)