Skip to content

Commit 75fb2da

Browse files
testcontainer version update (#1228) (#1231)
Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com>
1 parent 32d71f8 commit 75fb2da

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)