Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump json from 20180813 to 20210307 in /examples
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
commit a79bd130bcf884a1ca82c815be74da45f543f9b2
2 changes: 1 addition & 1 deletion examples/linked-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.30'
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
implementation 'org.json:json:20180813'
implementation 'org.json:json:20210307'
testImplementation 'org.postgresql:postgresql:42.2.18'
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
testImplementation 'org.testcontainers:postgresql'
Expand Down