From b7645f70499066a6d4263797ed0655433096470d Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 2 Oct 2017 20:12:56 +0300 Subject: dependency updates, cleanup spring 5 deprecation warnings --- juick-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-api') diff --git a/juick-api/build.gradle b/juick-api/build.gradle index 99c35b93..0f351387 100644 --- a/juick-api/build.gradle +++ b/juick-api/build.gradle @@ -24,7 +24,7 @@ dependencies { testCompile project(path: ':juick-server-web', configuration: 'testArtifacts') testCompile project(path: ':juick-server-jdbc', configuration: 'testArtifacts') - testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.21' + testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.23' testRuntime 'com.jayway.jsonpath:json-path:2.4.0' } -- cgit v1.2.3