Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/examples/org.p…
Browse files Browse the repository at this point in the history
…ostgresql-postgresql-42.2.23' into combined-pr-branch
  • Loading branch information
rnorth committed Aug 2, 2021
2 parents b3f1066 + 381fa28 commit 36dfd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/linked-container/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.30'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'org.json:json:20210307'
testImplementation 'org.postgresql:postgresql:42.2.22'
testImplementation 'org.postgresql:postgresql:42.2.23'
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
testImplementation 'org.testcontainers:postgresql'
}
Expand Down

0 comments on commit 36dfd6f

Please sign in to comment.