From 01d3aa5fba9657f8ffae84b17900f9255f5bc85e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 15 May 2021 08:50:00 +0100 Subject: [PATCH] Upgrade to Spring LDAP 2.3.4.RELEASE Closes gh-26394 --- 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 3a4677d78a2..40dcd432c81 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1679,7 +1679,7 @@ bom { ] } } - library("Spring LDAP", "2.3.4.BUILD-SNAPSHOT") { + library("Spring LDAP", "2.3.4.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",