diff --git a/modules/ldap/build.gradle b/modules/ldap/build.gradle index 4722de4d317..29f79af9020 100644 --- a/modules/ldap/build.gradle +++ b/modules/ldap/build.gradle @@ -6,7 +6,7 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' - testImplementation 'org.assertj:assertj-core:3.27.4' + testImplementation 'org.assertj:assertj-core:3.27.6' testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.3' }