From 053b61f24f52a6e48a5bf51fdbe7eae64c42d001 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 13 Jan 2017 23:59:01 +0300 Subject: update dependencies --- juick-server/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juick-server') 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" } -- cgit v1.2.3