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-crosspost | |
parent | 7270411d55c154e42c942caeaf4d4b942d72dea2 (diff) |
update deps
Diffstat (limited to 'juick-crosspost')
-rw-r--r-- | juick-crosspost/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-crosspost/build.gradle b/juick-crosspost/build.gradle index 2cb9ef9a..4a3c6bca 100644 --- a/juick-crosspost/build.gradle +++ b/juick-crosspost/build.gradle @@ -10,7 +10,7 @@ repositories { dependencies { compile project(':juick-core') compile 'org.slf4j:slf4j-jdk14:1.7.21' - def springFrameworkVersion = '4.3.3.RELEASE' + def springFrameworkVersion = '4.3.4.RELEASE' compile "org.springframework:spring-webmvc:${springFrameworkVersion}" def jacksonVersion = '2.8.4' compile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}" |