diff options
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 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' } |