diff --git a/modules/spock/build.gradle b/modules/spock/build.gradle index d6597c3cfc0..7be55504969 100644 --- a/modules/spock/build.gradle +++ b/modules/spock/build.gradle @@ -15,7 +15,7 @@ dependencies { testImplementation 'com.zaxxer:HikariCP:7.0.2' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' - testRuntimeOnly 'org.postgresql:postgresql:42.7.7' + testRuntimeOnly 'org.postgresql:postgresql:42.7.8' testRuntimeOnly 'mysql:mysql-connector-java:8.0.33' testRuntimeOnly platform('org.junit:junit-bom:5.13.4') testRuntimeOnly 'org.junit.platform:junit-platform-launcher'