diff options
author | Vitaly Takmazov | 2017-01-31 22:18:41 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-01-31 22:18:41 +0300 |
commit | 1c0655643f04af89cff938af6a4a2792a5fbc69d (patch) | |
tree | c597b8a6917ac5b0bc0104c1ced070bd048ae5ec | |
parent | 6e93a73628ee87cf4bba12098c7a27a5fd03bc64 (diff) |
update dependencies
-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 981a84fc..ad339846 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.5.9' + testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.11' testRuntime 'com.jayway.jsonpath:json-path:2.2.0' } |