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 b67dd11 + 8f9608b commit 7e92a4eCopy full SHA for 7e92a4e
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.1'
+ testRuntimeOnly 'org.postgresql:postgresql:42.7.3'
8
9
compileOnly 'org.jetbrains:annotations:24.1.0'
10
}
0 commit comments