From 6d6270edaf60fea10f59a471442fe5d2388fd93e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 17 Aug 2022 14:45:01 +0200 Subject: [PATCH] Start building against Spring LDAP 3.0.0-M4 snapshots See gh-32105 --- 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 10cd47d8a03..1cd7ef0bced 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1461,7 +1461,7 @@ bom { ] } } - library("Spring LDAP", "3.0.0-M2") { + library("Spring LDAP", "3.0.0-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",