diff --git a/modules/questdb/build.gradle b/modules/questdb/build.gradle index 7364293bbcc..66355d19d61 100644 --- a/modules/questdb/build.gradle +++ b/modules/questdb/build.gradle @@ -7,7 +7,7 @@ dependencies { testRuntimeOnly 'org.postgresql:postgresql:42.7.7' testImplementation project(':jdbc-test') testImplementation 'org.assertj:assertj-core:3.27.3' - testImplementation 'org.questdb:questdb:9.0.0' + testImplementation 'org.questdb:questdb:9.0.1' testImplementation 'org.awaitility:awaitility:4.3.0' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' }