From a46a0882f40d9093bd5d4ce3470f980cd2dc4592 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 May 2022 14:08:43 +0100 Subject: [PATCH] Upgrade to Spring LDAP 2.4.0 Closes gh-31017 --- 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 1394f612ab..fd03e43e3b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1741,7 +1741,7 @@ bom { ] } } - library("Spring LDAP", "2.4.0-SNAPSHOT") { + library("Spring LDAP", "2.4.0") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }