From 67eff9a56f39dcf095b26b6616844d0d7066b9e2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Apr 2023 20:40:05 +0200 Subject: [PATCH] Upgrade to Spring LDAP 3.0.2 Closes gh-34904 --- 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 1f8d80ef4b..c49cdfd72a 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.2-SNAPSHOT") { + library("Spring LDAP", "3.0.2") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",