diff --git a/modules/questdb/build.gradle b/modules/questdb/build.gradle index 1850ed0fe34..b05a9df9be8 100644 --- a/modules/questdb/build.gradle +++ b/modules/questdb/build.gradle @@ -7,7 +7,7 @@ dependencies { testRuntimeOnly 'org.postgresql:postgresql:42.7.1' testImplementation project(':jdbc-test') testImplementation 'org.assertj:assertj-core:3.25.2' - testImplementation 'org.questdb:questdb:7.3.9' + testImplementation 'org.questdb:questdb:7.4.2' testImplementation 'org.awaitility:awaitility:4.2.0' testImplementation 'org.apache.httpcomponents:httpclient:4.5.14' }