From b20bafb8a188c8bafd6ce8f3efa6905432b622e7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 May 2022 13:47:58 +0100 Subject: [PATCH] Upgrade to Spring LDAP 3.0.0-M2 Closes gh-31029 --- 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 2c824b248d..5dc7fc35ea 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1392,7 +1392,7 @@ bom { ] } } - library("Spring LDAP", "3.0.0-M1") { + library("Spring LDAP", "3.0.0-M2") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",