diff options
author | you | 2017-05-27 13:29:09 +0300 |
---|---|---|
committer | you | 2017-05-27 13:32:04 +0300 |
commit | 6273f6ae0842f34b0c6863cf98b6f6c4cd3cd314 (patch) | |
tree | 63132a8cf632c5b6394b11ed17e3271105b0b11c /build.gradle | |
parent | b1d4d9b1a5684d7101be4805c72fa7fcdd7a51fd (diff) |
dependencyUpdates
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 4e9d3249..c8a95042 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { testCompile project(':juick-www') testCompile project(':juick-xmpp') - testCompile "org.json:json:20160810" + testCompile "org.json:json:20170516" testCompile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}" testCompile "com.fasterxml.jackson.core:jackson-databind:2.8.8.1" testCompile "org.springframework:spring-jdbc:${springFrameworkVersion}" |