aboutsummaryrefslogtreecommitdiff
path: root/juick-api/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-api/build.gradle')
-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 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'
}