diff --git a/modules/cockroachdb/build.gradle b/modules/cockroachdb/build.gradle index fa1e7f06839..262c743c74a 100644 --- a/modules/cockroachdb/build.gradle +++ b/modules/cockroachdb/build.gradle @@ -4,6 +4,6 @@ dependencies { api project(':jdbc') testImplementation project(':jdbc-test') - testRuntimeOnly 'org.postgresql:postgresql:42.7.4' + testRuntimeOnly 'org.postgresql:postgresql:42.7.6' testImplementation 'org.assertj:assertj-core:3.26.3' }