Browse Source

Update spring-ldap-core to 2.3.6.RELEASE

Closes gh-10877
Marcus Da Coregio 3 years ago
parent
commit
4fb6f936a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dependencies/spring-security-dependencies.gradle

+ 1 - 1
dependencies/spring-security-dependencies.gradle

@@ -71,7 +71,7 @@ dependencies {
 		api "org.skyscreamer:jsonassert:1.5.0"
 		api "org.slf4j:log4j-over-slf4j:1.7.36"
 		api "org.slf4j:slf4j-api:1.7.36"
-		api "org.springframework.ldap:spring-ldap-core:2.3.5.RELEASE"
+		api "org.springframework.ldap:spring-ldap-core:2.3.6.RELEASE"
 		api "org.synchronoss.cloud:nio-multipart-parser:1.1.0"
 	}
 }