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 ba617f4 + d7a2b30 commit c3bd50cCopy full SHA for c3bd50c
modules/questdb/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
testRuntimeOnly 'org.postgresql:postgresql:42.6.0'
8
testImplementation project(':jdbc-test')
9
testImplementation 'org.assertj:assertj-core:3.24.2'
10
- testImplementation 'org.questdb:questdb:7.3.3'
+ testImplementation 'org.questdb:questdb:7.3.4'
11
testImplementation 'org.awaitility:awaitility:4.2.0'
12
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
13
}
0 commit comments