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 4f01f0d + e6158f6 commit 5c26e5aCopy full SHA for 5c26e5a
examples/linked-container/build.gradle
@@ -8,7 +8,7 @@ repositories {
8
dependencies {
9
compileOnly 'org.slf4j:slf4j-api:1.7.36'
10
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
11
- implementation 'org.json:json:20231013'
+ implementation 'org.json:json:20240303'
12
testRuntimeOnly 'org.postgresql:postgresql:42.7.3'
13
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
14
testImplementation 'org.testcontainers:postgresql'
0 commit comments