diff --git a/testing/testcontainers/java/build.gradle b/testing/testcontainers/java/build.gradle index c1d29885..cb7ded22 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.0" + testImplementation "org.assertj:assertj-core:3.27.1" testImplementation 'org.testcontainers:testcontainers:1.20.4' testImplementation 'org.testcontainers:cratedb:1.20.4' testImplementation 'org.testcontainers:postgresql:1.20.4'