diff options
author | Vitaly Takmazov | 2017-01-16 13:13:00 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-01-16 13:13:00 +0300 |
commit | eb3ddf44b2c66d8b8724cbe6f5d9ebddc426e68c (patch) | |
tree | e662febe32b081d1634dbafef49ed3d53146c339 /juick-api/build.gradle | |
parent | 452a67234ea8c9a61ffcd3af20725855f7f0eacf (diff) |
juick-api: using tomcat-websocket 8.5.x
Diffstat (limited to 'juick-api/build.gradle')
-rw-r--r-- | juick-api/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' } |