From 69570a6f264aa14cb952927f7b21449e8f0984df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Jul 2022 15:19:35 +0200 Subject: [PATCH] Revert to Spring LDAP 3.0.0-M2 See gh-31618 --- 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 2f26dba273..3126159cb0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1455,7 +1455,7 @@ bom { ] } } - library("Spring LDAP", "3.0.0-SNAPSHOT") { + library("Spring LDAP", "3.0.0-M2") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",