Skip to content

Commit d88136e

Browse files
committed
update jackson-databind dependency
1 parent 139745b commit d88136e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Temporary Items
4141
## Plugin-specific files:
4242

4343
# IntelliJ
44+
bin/
4445
/out/
4546
/lib/out/
4647

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ compileJava {
3434
}
3535

3636
dependencies {
37-
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.6'
37+
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.7'
3838
compile 'commons-codec:commons-codec:1.11'
3939
testCompile 'org.bouncycastle:bcprov-jdk15on:1.59'
4040
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)