diff --git a/modules/ldap/build.gradle b/modules/ldap/build.gradle index 327b81491e9..5045bf79266 100644 --- a/modules/ldap/build.gradle +++ b/modules/ldap/build.gradle @@ -4,5 +4,5 @@ dependencies { api project(':testcontainers') testImplementation 'org.assertj:assertj-core:3.27.3' - testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.2' + testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.3' }