diff --git a/modules/cockroachdb/build.gradle b/modules/cockroachdb/build.gradle index 33da6f67a72..6340d918e7e 100644 --- a/modules/cockroachdb/build.gradle +++ b/modules/cockroachdb/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' testImplementation 'org.assertj:assertj-core:3.27.3' }