Skip to content

Commit

Permalink
update jackson-databind dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Oct 24, 2018
1 parent 1578d70 commit 83533a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Temporary Items
## Plugin-specific files:

# IntelliJ
bin/
/out/
/lib/out/

Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ compileJava {
}

dependencies {
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.6'
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.7'
compile 'commons-codec:commons-codec:1.11'
testCompile 'org.bouncycastle:bcprov-jdk15on:1.59'
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 83533a6

Please sign in to comment.