aboutsummaryrefslogtreecommitdiff
path: root/juick-api
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-09-25 00:19:32 +0300
committerGravatar Vitaly Takmazov2017-09-25 00:19:32 +0300
commitb9307ab9fe0b6bd56db27dce0ccb8963b11c5766 (patch)
treea97253c7ba6dd37d66ebe90aa68e57ec89fe5b69 /juick-api
parent702769c7f3ec2bd31a54f684ddf8e99b55b332a7 (diff)
dependency updates
Diffstat (limited to 'juick-api')
-rw-r--r--juick-api/build.gradle2
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'
}