From 3c1c91bc5d7383a672f5690cb1cb71722f493c7b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Nov 2022 13:44:25 +0100 Subject: [PATCH] Upgrade to Spring LDAP 3.0.0 Closes gh-33138 --- 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 fc3508cb22..7446de4393 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1394,7 +1394,7 @@ bom { ] } } - library("Spring LDAP", "3.0.0-SNAPSHOT") { + library("Spring LDAP", "3.0.0") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",