From 352526b0985307d8d4c019f5ddc756fb8d1487b1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 11 May 2023 18:30:10 +0100 Subject: [PATCH] Upgrade to Spring LDAP 3.1.0 Closes gh-35315 --- 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 10616e8b7eec..ddc540d85e47 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1451,7 +1451,7 @@ bom { ] } } - library("Spring LDAP", "3.1.0-SNAPSHOT") { + library("Spring LDAP", "3.1.0") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",