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 239e174d46fd3157fb1f45ab26188db261a0b1e6
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.7.2'
implementation 'org.json:json:20180813'
implementation 'org.json:json:20210307'
testImplementation 'org.postgresql:postgresql:42.2.14'
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
testImplementation 'org.testcontainers:postgresql'
Expand Down