diff --git a/testing/testcontainers/java/build.gradle b/testing/testcontainers/java/build.gradle
index cb7ded22..4a0de7aa 100644
--- a/testing/testcontainers/java/build.gradle
+++ b/testing/testcontainers/java/build.gradle
@@ -25,7 +25,7 @@ dependencies {
     implementation 'org.slf4j:slf4j-api:2.0.16'
     implementation 'org.slf4j:slf4j-simple:2.0.16'
     testImplementation 'junit:junit:4.13.2'
-    testImplementation "org.assertj:assertj-core:3.27.1"
+    testImplementation "org.assertj:assertj-core:3.27.2"
     testImplementation 'org.testcontainers:testcontainers:1.20.4'
     testImplementation 'org.testcontainers:cratedb:1.20.4'
     testImplementation 'org.testcontainers:postgresql:1.20.4'