diff options
author | Vitaly Takmazov | 2017-10-02 20:12:56 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-10-02 20:12:56 +0300 |
commit | b7645f70499066a6d4263797ed0655433096470d (patch) | |
tree | 99b4698f91c97b94c9ac2589469b67ad69342adb /juick-api/build.gradle | |
parent | 4a23b1c5a2d6aea2a3e431f7ac94910b4217ca42 (diff) |
dependency updates, cleanup spring 5 deprecation warnings
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 99c35b93..0f351387 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.21' + testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.23' testRuntime 'com.jayway.jsonpath:json-path:2.4.0' } |