Update to UnboundID 6.0.10

This commit is contained in:
Josh Cummings
2024-08-01 10:05:50 -06:00
parent 2950c836b9
commit 0f17eb2862
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ dependencies {
implementation "org.springframework:spring-webmvc"
implementation "org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE"
runtimeOnly "com.unboundid:unboundid-ldapsdk:4.0.14"
runtimeOnly "com.unboundid:unboundid-ldapsdk:6.0.10"
testImplementation "org.assertj:assertj-core:3.26.3"
testImplementation "org.springframework:spring-test"

View File

@@ -15,7 +15,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.security:spring-security-ldap'
implementation 'com.unboundid:unboundid-ldapsdk:6.0.0'
implementation 'com.unboundid:unboundid-ldapsdk:6.0.10'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'