From 48e606fcfe8eafe12aae6bcd73ab4f92c9c5d912 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 6 Oct 2022 21:39:31 +0100 Subject: [PATCH] Start building against Spring LDAP 3.0.0-RC1 snapshots See gh-32624 --- 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 8b9462124c..4a397b71fc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1460,7 +1460,7 @@ bom { ] } } - library("Spring LDAP", "3.0.0-M4") { + library("Spring LDAP", "3.0.0-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",