diff --git a/build.gradle b/build.gradle
index dbaadb5..1b56275 100644
--- a/build.gradle
+++ b/build.gradle
@@ -121,9 +121,9 @@ dependencies {
     testImplementation group: "io.kestra", name: "repository-memory"
 
     // testcontainers
-    testImplementation "org.testcontainers:testcontainers:1.19.8"
+    testImplementation "org.testcontainers:testcontainers:1.20.0"
     testImplementation "org.testcontainers:junit-jupiter:1.20.0"
-    testImplementation "org.testcontainers:localstack:1.19.8"
+    testImplementation "org.testcontainers:localstack:1.20.0"
     // 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.730'
 }