Bump org.testcontainers:postgresql from 1.18.0 to 1.18.1 in /benchmark-overhead (#8481)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-12 07:48:39 -07:00 committed by GitHub
parent b370ed52e9
commit 2bdf2d1924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ dependencies {
implementation(enforcedPlatform("org.junit:junit-bom:5.9.3"))
testImplementation("org.testcontainers:testcontainers:1.18.0")
testImplementation("org.testcontainers:postgresql:1.18.0")
testImplementation("org.testcontainers:postgresql:1.18.1")
testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation("com.squareup.okhttp3:okhttp:4.11.0")