diff --git a/build.gradle b/build.gradle index e7a4981..36ae200 100644 --- a/build.gradle +++ b/build.gradle @@ -117,9 +117,9 @@ dependencies { testImplementation group: "io.kestra", name: "repository-memory", version: kestraVersion // testcontainers - testImplementation "org.testcontainers:testcontainers:1.19.7" - testImplementation "org.testcontainers:junit-jupiter:1.19.7" - testImplementation "org.testcontainers:localstack:1.19.7" + testImplementation "org.testcontainers:testcontainers:1.19.8" + testImplementation "org.testcontainers:junit-jupiter:1.19.8" + testImplementation "org.testcontainers:localstack:1.19.8" // 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' }