We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139745b commit d88136eCopy full SHA for d88136e
.gitignore
@@ -41,6 +41,7 @@ Temporary Items
41
## Plugin-specific files:
42
43
# IntelliJ
44
+bin/
45
/out/
46
/lib/out/
47
lib/build.gradle
@@ -34,7 +34,7 @@ compileJava {
34
}
35
36
dependencies {
37
- compile 'com.fasterxml.jackson.core:jackson-databind:2.9.6'
+ compile 'com.fasterxml.jackson.core:jackson-databind:2.9.7'
38
compile 'commons-codec:commons-codec:1.11'
39
testCompile 'org.bouncycastle:bcprov-jdk15on:1.59'
40
testCompile 'junit:junit:4.12'
0 commit comments