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 2121241 + 6ae0389 commit bf4ac4bCopy full SHA for bf4ac4b
modules/questdb/build.gradle
@@ -6,7 +6,7 @@ dependencies {
6
7
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
8
testImplementation project(':testcontainers-jdbc-test')
9
- testImplementation 'org.assertj:assertj-core:3.27.3'
+ testImplementation 'org.assertj:assertj-core:3.27.4'
10
testImplementation 'org.questdb:questdb:9.0.1'
11
testImplementation 'org.awaitility:awaitility:4.3.0'
12
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
0 commit comments