diff --git a/modules/cockroachdb/build.gradle b/modules/cockroachdb/build.gradle index 275e69eef3d..3ea2af21c74 100644 --- a/modules/cockroachdb/build.gradle +++ b/modules/cockroachdb/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: CockroachDB" dependencies { api project(':testcontainers-jdbc') - testRuntimeOnly 'org.postgresql:postgresql:42.7.10' + testRuntimeOnly 'org.postgresql:postgresql:42.7.11' testImplementation project(':testcontainers-jdbc-test') }