diff --git a/modules/cockroachdb/build.gradle b/modules/cockroachdb/build.gradle index 3cfe02ee1db..eb357dcc694 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.26.3' }