Update spring-ldap-core to 2.4.0-M1

Closes gh-10732
This commit is contained in:
Steve Riesenberg 2022-01-14 11:55:32 -06:00
parent ce35bee1bd
commit 4fd5c7ffa3
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ dependencies {
api "org.slf4j:jcl-over-slf4j:1.7.33"
api "org.slf4j:log4j-over-slf4j:1.7.33"
api "org.slf4j:slf4j-api:1.7.33"
api "org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE"
api "org.springframework.ldap:spring-ldap-core:2.4.0-M1"
api "org.synchronoss.cloud:nio-multipart-parser:1.1.0"
}
}