From dca42b560263aeef967476d050a275603bbe8594 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Tue, 23 Oct 2018 11:12:33 -0600 Subject: [PATCH] Revert UnboundId to 3.2.1 The 3.x series is more aligned with the rest of the Spring ecosystem at this point in history. Fixes: gh-5984 --- ldap/ldap.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap/ldap.gradle b/ldap/ldap.gradle index a02d6934ff..d20e5c830a 100644 --- a/ldap/ldap.gradle +++ b/ldap/ldap.gradle @@ -14,7 +14,7 @@ dependencies { "org.apache.directory.server:apacheds-server-jndi:$apacheDsVersion", 'org.apache.directory.shared:shared-ldap:0.9.15', 'ldapsdk:ldapsdk:4.1', - 'com.unboundid:unboundid-ldapsdk:4.0.8' + 'com.unboundid:unboundid-ldapsdk:3.2.1' compile ("org.springframework.ldap:spring-ldap-core:$springLdapVersion") { exclude(group: 'commons-logging', module: 'commons-logging')