Bump testcontainers from 1.16.2 to 1.17.5 in /examples/extension (#7068)
This commit is contained in:
parent
8d182f2605
commit
c8fca03866
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue