diff options
author | Vitaly Takmazov | 2016-06-27 10:33:04 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-06-27 10:33:04 +0300 |
commit | 9e740f48cca7332c67a165c6cf60e09bc549e686 (patch) | |
tree | 08b35a43e538bb50679080c9fc4ee42c716f18eb /build.gradle | |
parent | eca30236892175d7071e6d0d39f474148d655ffa (diff) |
more spring-jdbc
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index b82c3d5c..9f5bc86d 100644 --- a/build.gradle +++ b/build.gradle @@ -5,5 +5,6 @@ repositories { } dependencies { - compile "org.springframework:spring-jdbc:4.2.4.RELEASE" + compile "org.springframework:spring-jdbc:4.3.0.RELEASE" + compile "org.apache.commons:commons-lang3:3.4" }
\ No newline at end of file |