diff options
author | Vitaly Takmazov | 2016-11-08 22:03:56 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-08 22:03:56 +0300 |
commit | ed332ce223f590165a0ea112096aafffdcedb00d (patch) | |
tree | 845dcb595c0287a8964c65067d16916a15513c16 /juick-demo | |
parent | 7270411d55c154e42c942caeaf4d4b942d72dea2 (diff) |
update deps
Diffstat (limited to 'juick-demo')
-rw-r--r-- | juick-demo/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-demo/build.gradle b/juick-demo/build.gradle index f37d942a..16bf0c17 100644 --- a/juick-demo/build.gradle +++ b/juick-demo/build.gradle @@ -18,7 +18,7 @@ mainClassName = "com.juick.demo.Demo" dependencies { compile project(':juick-core') 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 'mysql:mysql-connector-java:5.1.39' compile 'ch.vorburger.mariaDB4j:mariaDB4j:2.2.2' compile 'jline:jline:2.14.2' |