Skip to content

Commit fc43260

Browse files
authored
testcontainer version update (#1228)
1 parent c8a0276 commit fc43260

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java-client/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ dependencies {
248248

249249
// MIT
250250
// https://www.testcontainers.org/
251-
testImplementation("org.testcontainers", "testcontainers", "1.17.3")
252-
testImplementation("org.testcontainers", "elasticsearch", "1.17.3")
251+
testImplementation("org.testcontainers", "testcontainers", "1.21.4")
252+
testImplementation("org.testcontainers", "elasticsearch", "1.21.4")
253253
// updating transitive dependency from testcontainers
254254
testImplementation("org.apache.commons","commons-compress","1.26.1")
255255

0 commit comments

Comments
 (0)