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 a4d6963 commit 6d97aa2Copy full SHA for 6d97aa2
examples/linked-container/build.gradle
@@ -9,7 +9,7 @@ dependencies {
9
compileOnly 'org.slf4j:slf4j-api:1.7.30'
10
implementation 'com.squareup.okhttp3:okhttp:3.14.8'
11
implementation 'org.json:json:20180813'
12
- testImplementation 'org.postgresql:postgresql:42.2.12'
+ testImplementation 'org.postgresql:postgresql:42.2.13'
13
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
14
testImplementation 'org.testcontainers:postgresql'
15
}
0 commit comments