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 9ebbdbc + 79f9bd0 commit 1e479deCopy full SHA for 1e479de
modules/questdb/build.gradle
@@ -6,7 +6,7 @@ dependencies {
6
7
testRuntimeOnly 'org.postgresql:postgresql:42.7.3'
8
testImplementation project(':jdbc-test')
9
- testImplementation 'org.assertj:assertj-core:3.25.2'
+ testImplementation 'org.assertj:assertj-core:3.25.3'
10
testImplementation 'org.questdb:questdb:7.3.9'
11
testImplementation 'org.awaitility:awaitility:4.2.1'
12
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
0 commit comments