From 5544ccdcbaf3d12516b82d7b284bbb19bd00cd96 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 4 Aug 2023 13:45:15 +0200 Subject: [PATCH] Start build against Spring LDAP 3.2.0-M2 snapshots See gh-36679 --- 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 1504e15326e..cea1d2a5ea1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1434,7 +1434,7 @@ bom { ] } } - library("Spring LDAP", "3.2.0-M1") { + library("Spring LDAP", "3.2.0-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",