diff --git a/modules/spock/build.gradle b/modules/spock/build.gradle index 7e1b05b7719..ee4ac56053f 100644 --- a/modules/spock/build.gradle +++ b/modules/spock/build.gradle @@ -15,7 +15,7 @@ dependencies { testCompile 'com.zaxxer:HikariCP:3.4.5' testCompile 'org.apache.httpcomponents:httpclient:4.5.12' - testRuntime 'org.postgresql:postgresql:42.2.13' + testRuntime 'org.postgresql:postgresql:42.2.14' testRuntime 'mysql:mysql-connector-java:8.0.20' }