From a6c62aad141666233e7fd702401a76362cd9caae Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 8 Jul 2022 11:00:26 +0100 Subject: [PATCH] Start building against Spring LDAP 3.0.0-M3 snapshots See gh-31618 --- 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 b22f83f649..661d19e218 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1419,7 +1419,7 @@ bom { ] } } - library("Spring LDAP", "3.0.0-M2") { + library("Spring LDAP", "3.0.0-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",