From bb1a1a06221a201b846fb0ec1becfb9b4b6ca180 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 19 Dec 2021 18:46:18 +0100 Subject: [PATCH] Upgrade to Spring LDAP 2.3.5 Closes gh-28972 --- 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 4a2f1d27394b..acec44b08725 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,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",