From a285a7389c7b72f8a7fb43915396cdca82f3214b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 10 Jul 2023 14:02:25 +0100 Subject: [PATCH] Start building against Spring LDAP 3.2.0 snapshots See gh-36299 --- 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 58ab838524..e2be686934 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1433,7 +1433,7 @@ bom { ] } } - library("Spring LDAP", "3.1.0") { + library("Spring LDAP", "3.2.0-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",