From f619d66244acf4634a2514d6b637a5cc5aa41fdf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 19 Dec 2021 18:45:23 +0100 Subject: [PATCH] Upgrade to Spring LDAP 2.3.5 Closes gh-28963 --- 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 280c928c38..1860d8bf28 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1698,7 +1698,7 @@ bom { ] } } - library("Spring LDAP", "2.3.5.BUILD-SNAPSHOT") { + library("Spring LDAP", "2.3.5.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",