From 5b05304c2c758e2dab84196cd821b1383e351b0c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Apr 2022 10:06:59 +0200 Subject: [PATCH] Start building against Spring LDAP 2.3.7 snapshots See gh-30589 --- 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 33ccbf266d4..4886807a59b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1744,7 +1744,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",