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