From 65efc75c6f291a9c38cea643a6efc5db0fdc5dca Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:05:38 +0200 Subject: [PATCH] Start building against Spring LDAP 2.4.0-RC1 snapshots See 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 6a631da3775..3bb69ca037c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1754,7 +1754,7 @@ bom { ] } } - library("Spring LDAP", "2.4.0-M2") { + library("Spring LDAP", "2.4.0-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }