Bump testcontainers from 1.16.2 to 1.17.5 in /examples/extension (#7068)

This commit is contained in:
dependabot[bot] 2022-11-04 22:59:13 +00:00 committed by GitHub
parent 8d182f2605
commit c8fca03866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.12.0'
//All dependencies below are only for tests
testImplementation("org.testcontainers:testcontainers:1.16.2")
testImplementation("org.testcontainers:testcontainers:1.17.5")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.11.2")
testImplementation("com.google.protobuf:protobuf-java-util:3.21.9")
testImplementation("com.squareup.okhttp3:okhttp:3.12.12")