diff --git a/modules/questdb/build.gradle b/modules/questdb/build.gradle index 58712f3975b..1a44f906d4e 100644 --- a/modules/questdb/build.gradle +++ b/modules/questdb/build.gradle @@ -4,7 +4,7 @@ dependencies { api project(':testcontainers') api project(':jdbc') - testRuntimeOnly 'org.postgresql:postgresql:42.6.0' + testRuntimeOnly 'org.postgresql:postgresql:42.7.1' testImplementation project(':jdbc-test') testImplementation 'org.assertj:assertj-core:3.24.2' testImplementation 'org.questdb:questdb:7.3.4'