diff options
Diffstat (limited to 'juick-core/build.gradle')
-rw-r--r-- | juick-core/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-core/build.gradle b/juick-core/build.gradle index afe7c2b2..64950ea6 100644 --- a/juick-core/build.gradle +++ b/juick-core/build.gradle @@ -15,7 +15,7 @@ dependencies { compile 'org.apache.httpcomponents:httpclient:4.5.2' compile 'org.apache.commons:commons-lang3:3.4' compile "org.springframework:spring-jdbc:4.3.2.RELEASE" - compile 'org.json:json:20151123' + compile 'org.json:json:20160810' } compileJava.options.encoding = 'UTF-8'
\ No newline at end of file |