From 76039f34640acac489fc7e994df0c035e6f92c55 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Feb 2022 08:20:03 +0100 Subject: [PATCH] Start building against Spring LDAP 2.4.0-M2 snapshots See gh-29764 --- 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 0ee93ebafd9..05d9b577f04 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1701,7 +1701,7 @@ bom { ] } } - library("Spring LDAP", "2.4.0-M1") { + library("Spring LDAP", "2.4.0-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",