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