diff --git a/build.gradle b/build.gradle index e3f95ab..e7a4981 100644 --- a/build.gradle +++ b/build.gradle @@ -117,8 +117,8 @@ dependencies { testImplementation group: "io.kestra", name: "repository-memory", version: kestraVersion // testcontainers - testImplementation "org.testcontainers:testcontainers:1.19.6" - testImplementation "org.testcontainers:junit-jupiter:1.19.6" + testImplementation "org.testcontainers:testcontainers:1.19.7" + testImplementation "org.testcontainers:junit-jupiter:1.19.7" testImplementation "org.testcontainers:localstack:1.19.7" // Localstack module misses SDK v1 classes that are mandatory, see https://github.com/testcontainers/testcontainers-java/issues/1442#issuecomment-694342883 testImplementation 'com.amazonaws:aws-java-sdk-s3:1.12.668'