Skip to content

Commit

Permalink
update jackson-databind
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Nov 17, 2017
1 parent 277d1b9 commit 7f4d125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolbelt-json-jackson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ repositories {
}

dependencies {
compile 'com.fasterxml.jackson.core:jackson-core:2.7.2'
compile 'com.fasterxml.jackson.core:jackson-databind:2.7.2'
compile 'com.fasterxml.jackson.core:jackson-core:2.8.10'
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.10'
compile project(":toolbelt")
testCompile group: 'junit', name: 'junit', version: '4.11'
}

0 comments on commit 7f4d125

Please sign in to comment.