diff --git a/modules/cratedb/build.gradle b/modules/cratedb/build.gradle index 3c4b19e2dea..79ca4864f46 100644 --- a/modules/cratedb/build.gradle +++ b/modules/cratedb/build.gradle @@ -4,7 +4,7 @@ dependencies { api project(':jdbc') testImplementation project(':jdbc-test') - testRuntimeOnly 'org.postgresql:postgresql:42.7.4' + testRuntimeOnly 'org.postgresql:postgresql:42.7.7' compileOnly 'org.jetbrains:annotations:26.0.2' }