diff options
Diffstat (limited to 'juick-core')
-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 52c71739..0008642e 100644 --- a/juick-core/build.gradle +++ b/juick-core/build.gradle @@ -14,7 +14,7 @@ dependencies { compile "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${jacksonVersion}" compile 'org.apache.httpcomponents:httpclient:4.5.2' compile 'org.apache.commons:commons-lang3:3.5' - compile "org.springframework:spring-jdbc:4.3.3.RELEASE" + compile "org.springframework:spring-jdbc:4.3.4.RELEASE" compile 'org.json:json:20160810' } |