Update to UnboundID 6.0.10
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user