Bump testcontainers from 1.16.2 to 1.17.5 in /examples/distro (#7066)

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

View File

@ -3,7 +3,7 @@ plugins {
}
dependencies {
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")