diff --git a/testing/testcontainers/java/build.gradle b/testing/testcontainers/java/build.gradle index 111adf8a..a23317c3 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.13' implementation 'org.slf4j:slf4j-simple:2.0.13' testImplementation 'junit:junit:4.13.2' - testImplementation "org.assertj:assertj-core:3.26.0" + testImplementation "org.assertj:assertj-core:3.26.3" testImplementation 'org.testcontainers:testcontainers:1.19.8' testImplementation 'org.testcontainers:cratedb:1.19.8' testImplementation 'org.testcontainers:postgresql:1.19.8'