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 297621f commit 6c7d0ccCopy full SHA for 6c7d0cc
examples/linked-container/build.gradle
@@ -8,7 +8,7 @@ repositories {
8
dependencies {
9
compileOnly 'org.slf4j:slf4j-api:1.7.32'
10
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
11
- implementation 'org.json:json:20211205'
+ implementation 'org.json:json:20220320'
12
testImplementation 'org.postgresql:postgresql:42.3.3'
13
testImplementation 'ch.qos.logback:logback-classic:1.2.10'
14
testImplementation 'org.testcontainers:postgresql'
0 commit comments