diff options
author | Vitaly Takmazov | 2016-07-07 12:06:10 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-07-07 12:06:10 +0300 |
commit | e0334bd9adc4fe06cf6e7bad6fde87fc70a3ea19 (patch) | |
tree | 6a82501b0496c9ec864fd8f36f1a5b112b6b1946 /build.gradle | |
parent | abea883ad41c6cd3386d27c26b80b4111ed6e558 (diff) |
fix compilation
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 3fee10cd..d23b241a 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { compile 'com.github.scribejava:scribejava-apis:2.7.3' compile 'org.apache.httpcomponents:httpclient:4.5.1' compile 'org.apache.commons:commons-lang3:3.4' - compile "org.springframework:spring-jdbc:4.3.0.RELEASE" + compile "org.springframework:spring-jdbc:4.3.1.RELEASE" compile 'org.json:json:20151123' testCompile 'junit:junit:4.12' providedCompile 'javax.servlet:javax.servlet-api:3.1.0' |