Skip to content

Commit

Permalink
fix(ldap): Bump LDAP lib version (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tomsu authored Aug 18, 2017
1 parent c2aa618 commit 46e370e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fiat-ldap/fiat-ldap.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ dependencies {

compileOnly spinnaker.dependency("lombok")

compile "org.springframework.security:spring-security-ldap:3.2.9.RELEASE"
compile "org.springframework.security:spring-security-ldap:4.2.3.RELEASE"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import org.springframework.dao.IncorrectResultSizeDataAccessException;
import org.springframework.ldap.core.DirContextOperations;
import org.springframework.ldap.core.DistinguishedName;
import org.springframework.ldap.core.LdapEncoder;
import org.springframework.ldap.support.LdapEncoder;
import org.springframework.security.ldap.LdapUtils;
import org.springframework.security.ldap.SpringSecurityLdapTemplate;
import org.springframework.stereotype.Component;
Expand Down

0 comments on commit 46e370e

Please sign in to comment.