From eb3ddf44b2c66d8b8724cbe6f5d9ebddc426e68c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 16 Jan 2017 13:13:00 +0300 Subject: juick-api: using tomcat-websocket 8.5.x --- 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 2e4dd858..981a84fc 100644 --- a/juick-api/build.gradle +++ b/juick-api/build.gradle @@ -21,7 +21,7 @@ dependencies { testCompile project(path: ':juick-server', configuration: 'testArtifacts') - testRuntime 'org.apache.tomcat:tomcat-websocket:8.0.39' + testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.9' testRuntime 'com.jayway.jsonpath:json-path:2.2.0' } -- cgit v1.2.3