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 a64e2e6 + 9432b8a commit 2c6b1feCopy full SHA for 2c6b1fe
modules/questdb/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
testImplementation 'org.postgresql:postgresql:42.5.0'
8
testImplementation project(':jdbc-test')
9
testImplementation 'org.assertj:assertj-core:3.23.1'
10
- testImplementation 'org.questdb:questdb:6.5.4-jdk8'
+ testImplementation 'org.questdb:questdb:6.5.5-jdk8'
11
testImplementation 'org.awaitility:awaitility:4.2.0'
12
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
13
}
0 commit comments