diff options
author | Vitaly Takmazov | 2017-01-13 23:59:01 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-01-14 00:08:11 +0300 |
commit | 053b61f24f52a6e48a5bf51fdbe7eae64c42d001 (patch) | |
tree | adcb0bcd1f89bea20b5d1377847ba6c3707dc984 /juick-server/build.gradle | |
parent | 33af2da48a51f7e6e5c98016e308c61094cf2e0e (diff) |
update dependencies
Diffstat (limited to 'juick-server/build.gradle')
-rw-r--r-- | juick-server/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-server/build.gradle b/juick-server/build.gradle index 2c140b12..0931ce2b 100644 --- a/juick-server/build.gradle +++ b/juick-server/build.gradle @@ -27,7 +27,7 @@ dependencies { compile "commons-io:commons-io:2.5" compile "commons-codec:commons-codec:1.10" - compile "com.google.guava:guava:20.0" + compile "com.google.guava:guava:21.0" compile "org.springframework:spring-context:${rootProject.springFrameworkVersion}" compile "org.springframework:spring-jdbc:${rootProject.springFrameworkVersion}" @@ -53,7 +53,7 @@ dependencies { testCompile "org.springframework:spring-test:${rootProject.springFrameworkVersion}" testCompile "org.springframework.security:spring-security-test:${rootProject.springSecurityVersion}" - testRuntime "org.thymeleaf:thymeleaf-testing:3.0.1.RELEASE" + testRuntime "org.thymeleaf:thymeleaf-testing:3.0.2.RELEASE" testRuntime "mysql:mysql-connector-java:5.1.40" } |