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.
1 parent 7317fa2 commit b6d97efCopy full SHA for b6d97ef
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.7'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.8'
8
9
testImplementation project(':testcontainers-jdbc-test')
10
testImplementation 'org.questdb:questdb:9.0.2'
0 commit comments