From 388b12a048d70dd94766520e561b3a28caed7938 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:09:06 +0100 Subject: [PATCH] Upgrade to Spring LDAP 2.4.0-M1 Closes gh-29222 --- 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 23081a96ca9..4d9a415a72e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1697,7 +1697,7 @@ bom { ] } } - library("Spring LDAP", "2.4.0-SNAPSHOT") { + library("Spring LDAP", "2.4.0-M1") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",