Skip to content

Commit

Permalink
Update to Jackson 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Jan 6, 2018
1 parent 944c84f commit 40a5a5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ String junit = 'junit:junit:4.12'
String mongoDbJavaDriver = 'org.mongodb:mongo-java-driver:3.4.0'

dependencies {
compile jacksonCore + '2.8.11'
compile jacksonAnnotations + '2.8.11'
compile jacksonDatabind + '2.8.11'
compile jacksonCore + '2.9.3'
compile jacksonAnnotations + '2.9.3'
compile jacksonDatabind + '2.9.3'

testCompile junit
testCompile mongoDbJavaDriver
Expand Down

0 comments on commit 40a5a5c

Please sign in to comment.