From 47510924e524f85e5df03267d0410690380c0894 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Feb 2022 17:28:16 +0100 Subject: [PATCH] Upgrade to Spring LDAP 2.3.6 Closes gh-29720 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 338b3b6aeabe..648ba1d01a8a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1681,7 +1681,7 @@ bom { ] } } - library("Spring LDAP", "2.3.6.BUILD-SNAPSHOT") { + library("Spring LDAP", "2.3.6.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",