From 4025a8cf4c00cd1c4306cb67f5eed18d3b258c2e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 16 Jan 2022 11:26:26 +0100 Subject: [PATCH] Upgrade to Spring LDAP 3.0.0-M1 Closes gh-29430 --- 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 e828c4babe..d081d455e1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1366,7 +1366,7 @@ bom { ] } } - library("Spring LDAP", "2.3.4.RELEASE") { + library("Spring LDAP", "3.0.0-M1") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",