We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0577ff + 2ad363b commit 9ac702cCopy full SHA for 9ac702c
modules/cockroachdb/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: CockroachDB"
3
dependencies {
4
api project(':testcontainers-jdbc')
5
6
- testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.10'
7
8
testImplementation project(':testcontainers-jdbc-test')
9
}
0 commit comments