Bump org.testcontainers:testcontainers from 1.17.6 to 1.18.0 in /examples/extension (#8224)

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

View File

@ -99,7 +99,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.12.0'
//All dependencies below are only for tests
testImplementation("org.testcontainers:testcontainers:1.17.6")
testImplementation("org.testcontainers:testcontainers:1.18.0")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.14.2")
testImplementation("com.google.protobuf:protobuf-java-util:3.22.2")
testImplementation("com.squareup.okhttp3:okhttp:4.10.0")