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 5eccf43 + 3f66ea7 commit c0577ffCopy full SHA for c0577ff
modules/questdb/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api project(':testcontainers')
5
api project(':testcontainers-jdbc')
6
7
- testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.10'
8
9
testImplementation project(':testcontainers-jdbc-test')
10
testImplementation 'org.questdb:questdb:9.2.2'
0 commit comments