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 6c679df + c0fb4c9 commit 74c9b01Copy full SHA for 74c9b01
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.3'
+ testImplementation 'org.assertj:assertj-core:3.26.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