Skip to content

Commit 755d8b7

Browse files
testcontainer version update (#1228) (#1230)
Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com>
1 parent de9b5d4 commit 755d8b7

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
@@ -244,8 +244,8 @@ dependencies {
244244

245245
// MIT
246246
// https://www.testcontainers.org/
247-
testImplementation("org.testcontainers", "testcontainers", "1.17.3")
248-
testImplementation("org.testcontainers", "elasticsearch", "1.17.3")
247+
testImplementation("org.testcontainers", "testcontainers", "1.21.4")
248+
testImplementation("org.testcontainers", "elasticsearch", "1.21.4")
249249
// updating transitive dependency from testcontainers
250250
testImplementation("org.apache.commons","commons-compress","1.26.1")
251251

0 commit comments

Comments
 (0)