From 2374347bab33c59de053e2c9a583c457cd78a802 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Feb 2022 17:29:32 +0100 Subject: [PATCH] Upgrade to Spring LDAP 2.4.0-M2 Closes gh-29764 --- 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 79a7096e96..bd69627004 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1693,7 +1693,7 @@ bom { ] } } - library("Spring LDAP", "2.4.0-SNAPSHOT") { + library("Spring LDAP", "2.4.0-M2") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",