Bump org.testcontainers:testcontainers from 1.17.6 to 1.18.0 in /benchmark-overhead (#8226)
This commit is contained in:
parent
cd9d301214
commit
6a29e43b94
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue