diff --git a/modules/spock/build.gradle b/modules/spock/build.gradle index d833e8cacf6..9ef8ae790b3 100644 --- a/modules/spock/build.gradle +++ b/modules/spock/build.gradle @@ -15,7 +15,7 @@ dependencies { testImplementation 'com.zaxxer:HikariCP:4.0.3' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' - testRuntimeOnly 'org.postgresql:postgresql:42.6.0' + testRuntimeOnly 'org.postgresql:postgresql:42.7.2' testRuntimeOnly 'mysql:mysql-connector-java:8.0.33' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.1' testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.10.1'