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