diff options
author | Vitaly Takmazov | 2017-09-25 00:19:32 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-09-25 00:19:32 +0300 |
commit | b9307ab9fe0b6bd56db27dce0ccb8963b11c5766 (patch) | |
tree | a97253c7ba6dd37d66ebe90aa68e57ec89fe5b69 /juick-api/build.gradle | |
parent | 702769c7f3ec2bd31a54f684ddf8e99b55b332a7 (diff) |
dependency updates
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 8daab21c..99c35b93 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.20' + testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.21' testRuntime 'com.jayway.jsonpath:json-path:2.4.0' } |