From f8bf09ff02fb0c4b2ecbb8ae03e4db98b1f64567 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 15 May 2021 08:44:26 +0100 Subject: [PATCH] Upgrade to Spring LDAP 2.3.4.RELEASE Closes gh-25528 --- 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 22a9acff645..c0326b2f65a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1702,7 +1702,7 @@ bom { ] } } - library("Spring LDAP", "2.3.3.RELEASE") { + library("Spring LDAP", "2.3.4.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",