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.
1 parent b6b345e commit 29aef64Copy full SHA for 29aef64
tests/client_tests/stock_jdbc/build.gradle
@@ -9,7 +9,7 @@ repositories {
9
10
dependencies {
11
testImplementation 'junit:junit:4.12'
12
- testImplementation 'org.postgresql:postgresql:42.7.5'
+ testImplementation 'org.postgresql:postgresql:42.7.6'
13
testImplementation 'org.hamcrest:hamcrest:2.1'
14
testImplementation 'io.crate:crate-testing:0.11.1'
15
}
0 commit comments