Update dependency com.unboundid:unboundid-ldapsdk to v7

This commit is contained in:
2024-03-27 10:02:05 +00:00
parent d9ab2b8739
commit 0ac2bb9592

View File

@@ -159,7 +159,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
testImplementation 'com.github.tomakehurst:wiremock:2.27.2' testImplementation 'com.github.tomakehurst:wiremock:2.27.2'
testImplementation 'com.unboundid:unboundid-ldapsdk:4.0.14' testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.0'
testImplementation 'com.icegreen:greenmail:1.6.15' testImplementation 'com.icegreen:greenmail:1.6.15'
} }