Bump org.testcontainers:testcontainers from 1.17.6 to 1.18.0 in /benchmark-overhead (#8226)

This commit is contained in:
dependabot[bot] 2023-04-05 16:06:28 -07:00 committed by GitHub
parent cd9d301214
commit 6a29e43b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ repositories {
dependencies { dependencies {
implementation(enforcedPlatform("org.junit:junit-bom:5.9.2")) implementation(enforcedPlatform("org.junit:junit-bom:5.9.2"))
testImplementation("org.testcontainers:testcontainers:1.17.6") testImplementation("org.testcontainers:testcontainers:1.18.0")
testImplementation("org.testcontainers:postgresql:1.17.6") testImplementation("org.testcontainers:postgresql:1.18.0")
testImplementation("org.junit.jupiter:junit-jupiter-api") testImplementation("org.junit.jupiter:junit-jupiter-api")
testImplementation("org.junit.jupiter:junit-jupiter-params") testImplementation("org.junit.jupiter:junit-jupiter-params")
testImplementation("com.squareup.okhttp3:okhttp:4.10.0") testImplementation("com.squareup.okhttp3:okhttp:4.10.0")