Update dependency com.unboundid:unboundid-ldapsdk to v4.0.14 #2

Merged
tomas.kracmar merged 1 commits from renovate/com.unboundid-unboundid-ldapsdk-4.x into master 2024-03-26 12:25:43 +00:00

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.12' testImplementation 'com.unboundid:unboundid-ldapsdk:4.0.14'
testImplementation 'com.icegreen:greenmail:1.5.11' testImplementation 'com.icegreen:greenmail:1.5.11'
} }