diff --git a/modules/ldap/build.gradle b/modules/ldap/build.gradle index 5045bf79266..fa255990be8 100644 --- a/modules/ldap/build.gradle +++ b/modules/ldap/build.gradle @@ -3,6 +3,6 @@ description = "Testcontainers :: LDAP" dependencies { api project(':testcontainers') - testImplementation 'org.assertj:assertj-core:3.27.3' + testImplementation 'org.assertj:assertj-core:3.27.4' testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.3' }