From 9eb6f714b525cc2326a31e965e1d5397bf834c06 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 09:37:09 +0200 Subject: [PATCH] Start building against Spring LDAP 2.3.7 snapshots See gh-30598 --- 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 e3fff7d10c..356117ba5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1728,7 +1728,7 @@ bom { ] } } - library("Spring LDAP", "2.3.6.RELEASE") { + library("Spring LDAP", "2.3.7.BUILD-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",