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 d43ff026b1c48f462f0c035b9f0ac9f1fa376d09
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.8.1'
implementation 'org.json:json:20180813'
implementation 'org.json:json:20210307'
testImplementation 'org.postgresql:postgresql:42.2.15'
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
testImplementation 'org.testcontainers:postgresql'
Expand Down