From 5e41d910f02e25fa282a260b3ba2c1142a953576 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Aug 2023 18:29:31 +0200 Subject: [PATCH] Upgrade to Spring LDAP 3.2.0-M2 Closes gh-36679 --- 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 5d64b85173..9b65c90857 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1442,7 +1442,7 @@ bom { ] } } - library("Spring LDAP", "3.2.0-SNAPSHOT") { + library("Spring LDAP", "3.2.0-M2") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",