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 69816e8 + b5bb89a commit c133e17Copy full SHA for c133e17
modules/questdb/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api project(':testcontainers')
5
api project(':jdbc')
6
7
- testImplementation 'org.postgresql:postgresql:42.5.3'
+ testImplementation 'org.postgresql:postgresql:42.5.4'
8
testImplementation project(':jdbc-test')
9
testImplementation 'org.assertj:assertj-core:3.24.2'
10
testImplementation 'org.questdb:questdb:7.0.1-jdk8'
0 commit comments