From 73e495e0e3d6628e8268af08e1b3d603f8cc9c9b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Aug 2023 16:36:14 +0200 Subject: [PATCH] Upgrade to Spring LDAP 3.0.5 Closes gh-36836 --- 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 cf4e01b87b..ed8d8ff05d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1396,7 +1396,7 @@ bom { ] } } - library("Spring LDAP", "3.0.5-SNAPSHOT") { + library("Spring LDAP", "3.0.5") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",