From db2641d20f74fe8c355f366bc830bd58b7f66f69 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 Oct 2022 10:55:11 +0100 Subject: [PATCH] Upgrade to Spring LDAP 3.0.0-RC1 Closes gh-32624 --- 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 f6f0c2f922..b5a98a5125 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1465,7 +1465,7 @@ bom { ] } } - library("Spring LDAP", "3.0.0-SNAPSHOT") { + library("Spring LDAP", "3.0.0-RC1") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",