We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6f9b04 + 658fd9d commit 84cc17fCopy full SHA for 84cc17f
modules/cratedb/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api project(':jdbc')
5
6
testImplementation project(':jdbc-test')
7
- testRuntimeOnly 'org.postgresql:postgresql:42.7.3'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.4'
8
9
compileOnly 'org.jetbrains:annotations:24.1.0'
10
}
0 commit comments