Skip to content

Commit

Permalink
Merge pull request #292 from auth0/update-dep
Browse files Browse the repository at this point in the history
Update jackson-databind dependency
  • Loading branch information
lbalmaceda authored Oct 24, 2018
2 parents 139745b + d88136e commit 8645b99
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 8645b99

Please sign in to comment.