Update spring-ldap-core to 2.3.7.RELEASE

Closes gh-11139
This commit is contained in:
Steve Riesenberg 2022-04-18 10:34:13 -05:00
parent 35e769d90b
commit 89afd4c487
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521

View File

@ -74,7 +74,7 @@ dependencies {
api "org.slf4j:jcl-over-slf4j:1.7.36" api "org.slf4j:jcl-over-slf4j:1.7.36"
api "org.slf4j:log4j-over-slf4j:1.7.36" api "org.slf4j:log4j-over-slf4j:1.7.36"
api "org.slf4j:slf4j-api:1.7.36" api "org.slf4j:slf4j-api:1.7.36"
api "org.springframework.ldap:spring-ldap-core:2.3.6.RELEASE" api "org.springframework.ldap:spring-ldap-core:2.3.7.RELEASE"
api "org.synchronoss.cloud:nio-multipart-parser:1.1.0" api "org.synchronoss.cloud:nio-multipart-parser:1.1.0"
} }
} }