From 07ba83be5d11bab5ff5861ecb3202fd272a70295 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 07:56:56 +0200 Subject: [PATCH] Upgrade to Spring LDAP 2.3.7 Closes gh-30589 --- 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 b79e59c0030..1c9bedb69f2 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.BUILD-SNAPSHOT") { + library("Spring LDAP", "2.3.7.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",