From 0412e86a4fd439d3c2f4ad636b2d790d9aa97ada Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 9 Jan 2022 10:08:47 +0100 Subject: [PATCH] Start building against Spring LDAP 2.4.0-M1 snapshots See gh-29222 --- 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 2ae844aca2..f3aba2543e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1697,7 +1697,7 @@ bom { ] } } - library("Spring LDAP", "2.3.4.RELEASE") { + library("Spring LDAP", "2.4.0-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",