aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-02-04 21:09:25 +0300
committerGravatar Vitaly Takmazov2018-02-04 21:09:25 +0300
commit3ed3802f12eba5673406d0e4c937bb9e24740a67 (patch)
treed9dc79f33efdbb8ce4b3745c1b5b9d1338a8c430 /build.gradle
parenta193063b3c221983a489c2006aad1c4ec7cc681f (diff)
update gradle and npm dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index f764a184..f18d7056 100644
--- a/build.gradle
+++ b/build.gradle
@@ -63,7 +63,7 @@ dependencies {
testCompile project(':juick-www')
testCompile project(':juick-xmpp')
- testCompile "org.json:json:20171018"
+ testCompile "org.json:json:20180130"
testCompile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
testCompile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
testCompile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${rootProject.jacksonVersion}"