We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d71f8 commit 75fb2daCopy full SHA for 75fb2da
1 file changed
java-client/build.gradle.kts
@@ -248,8 +248,8 @@ dependencies {
248
249
// MIT
250
// https://www.testcontainers.org/
251
- testImplementation("org.testcontainers", "testcontainers", "1.17.3")
252
- testImplementation("org.testcontainers", "elasticsearch", "1.17.3")
+ testImplementation("org.testcontainers", "testcontainers", "1.21.4")
+ testImplementation("org.testcontainers", "elasticsearch", "1.21.4")
253
// updating transitive dependency from testcontainers
254
testImplementation("org.apache.commons","commons-compress","1.26.1")
255
0 commit comments