From fbc629a8e7469dfe96066e08d5303af2101a1de3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 15 May 2021 08:48:24 +0100 Subject: [PATCH] Upgrade to Spring LDAP 2.3.4.RELEASE Closes gh-26393 --- 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 a3bb45ff5d..a067896e81 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1594,7 +1594,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",