Sfoglia il codice sorgente

SEC-1747: Upgrade to Spring LDAP 1.3.1

Luke Taylor 14 anni fa
parent
commit
3e18be1478
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      gradle/javaprojects.gradle

+ 1 - 1
gradle/javaprojects.gradle

@@ -2,7 +2,7 @@ apply plugin: 'java'
 apply plugin: 'eclipse'
 
 springVersion = '3.0.5.RELEASE'
-springLdapVersion = '1.3.0.RELEASE'
+springLdapVersion = '1.3.1.RELEASE'
 ehcacheVersion = '1.6.2'
 aspectjVersion = '1.6.10'
 apacheDsVersion = '1.5.5'