From 376aa199baee314d33058843e34123c6293747cc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 08:03:54 +0200 Subject: [PATCH] Upgrade to Spring LDAP 2.3.7 Closes gh-30598 --- 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 9bdd210cab0e..ac90919fab48 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1728,7 +1728,7 @@ bom { ] } } - library("Spring LDAP", "2.3.7.BUILD-SNAPSHOT") { + library("Spring LDAP", "2.3.7.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",