From bf157970148909d35658b8a3dff4ef15d074cc33 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 17 Feb 2023 16:03:26 +0100 Subject: [PATCH] Upgrade to Spring LDAP 3.0.1 Closes gh-34154 --- 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 af32f3cd94..121793a65a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1392,7 +1392,7 @@ bom { ] } } - library("Spring LDAP", "3.0.1-SNAPSHOT") { + library("Spring LDAP", "3.0.1") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",