Browse Source

Update to Spring LDAP 3.0.0-M3

Closes gh-11718
pull/11876/head
Marcus Da Coregio 3 years ago
parent
commit
b1064bd3e2
  1. 2
      dependencies/spring-security-dependencies.gradle

2
dependencies/spring-security-dependencies.gradle vendored

@ -65,7 +65,7 @@ dependencies { @@ -65,7 +65,7 @@ dependencies {
api "org.skyscreamer:jsonassert:1.5.1"
api "org.slf4j:log4j-over-slf4j:1.7.36"
api "org.slf4j:slf4j-api:1.7.36"
api "org.springframework.ldap:spring-ldap-core:3.0.0-SNAPSHOT"
api "org.springframework.ldap:spring-ldap-core:3.0.0-M3"
api "org.synchronoss.cloud:nio-multipart-parser:1.1.0"
}
}

Loading…
Cancel
Save