From c738f04c05893191df0324055fd4c5865006681b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:37:19 +0200 Subject: [PATCH] Start building against Spring LDAP 3.1.0 snapshots See gh-35315 --- 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 754d4adb0b..8c791e7e33 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1451,7 +1451,7 @@ bom { ] } } - library("Spring LDAP", "3.1.0-RC1") { + library("Spring LDAP", "3.1.0-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",