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