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 3979f0e + ca1f973 commit a1e89e4Copy full SHA for a1e89e4
modules/questdb/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api project(':testcontainers')
5
api project(':jdbc')
6
7
- testRuntimeOnly 'org.postgresql:postgresql:42.7.1'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.3'
8
testImplementation project(':jdbc-test')
9
testImplementation 'org.assertj:assertj-core:3.25.2'
10
testImplementation 'org.questdb:questdb:7.3.9'
0 commit comments