From 7a14673a00bad9802873bf8285d7a3c4e83be48e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 11:39:12 +0100 Subject: [PATCH] Upgrade to Spring LDAP 2.3.8.RELEASE Closes gh-31044 --- 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 fa94afee084b..bcba97aa9115 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1728,7 +1728,7 @@ bom { ] } } - library("Spring LDAP", "2.3.7.RELEASE") { + library("Spring LDAP", "2.3.8.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",