From 3366e4de251874040b9caf5badc22a69de51b4df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 11:00:10 +0200 Subject: [PATCH] Upgrade to Spring LDAP 2.4.1 Closes gh-31373 --- 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 2e8f49f93f4a..ac926e69bb92 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1736,7 +1736,7 @@ bom { ] } } - library("Spring LDAP", "2.4.1-SNAPSHOT") { + library("Spring LDAP", "2.4.1") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }