From f5821653ff415b23e16111f6dece17cdbbd6be4f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Aug 2023 18:28:48 +0200 Subject: [PATCH] Upgrade to Spring LDAP 3.1.1 Closes gh-36847 --- 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 37e6a4bd50c4..2286c73027ec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1434,7 +1434,7 @@ bom { ] } } - library("Spring LDAP", "3.1.1-SNAPSHOT") { + library("Spring LDAP", "3.1.1") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",