From d4f9420befb29e1f9f403a63801e80e51ca1eefa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 08:14:03 +0200 Subject: [PATCH] Upgrade to Spring LDAP 2.4.0-RC1 Closes gh-30606 --- 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 4ca7a04f5e..49afb9600e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1751,7 +1751,7 @@ bom { ] } } - library("Spring LDAP", "2.4.0-SNAPSHOT") { + library("Spring LDAP", "2.4.0-RC1") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }