diff options
author | Vitaly Takmazov | 2017-08-01 06:46:41 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2017-08-01 06:46:41 +0000 |
commit | 6a2570da736223e6f6707f440fed029c3eee45b0 (patch) | |
tree | 05d3f210aa3a96f239b2a8e2cd49e08881877bac /juick-api | |
parent | f071e05f3af563d799ddf6b89f7ad36e891f8f71 (diff) |
dependency updates
Diffstat (limited to 'juick-api')
-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 b0321c7c..c843529a 100644 --- a/juick-api/build.gradle +++ b/juick-api/build.gradle @@ -22,7 +22,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.16' + testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.19' testRuntime 'com.jayway.jsonpath:json-path:2.4.0' } |