From 9dc2450cd7c9bdb34bfbcde629927bc7c5683a9c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 10 Dec 2021 08:17:55 +0100 Subject: [PATCH] Start building against Spring LDAP 2.3.5 snapshots See gh-28972 --- 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 2a01cf4d01..22f099e0a9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1680,7 +1680,7 @@ bom { ] } } - library("Spring LDAP", "2.3.4.RELEASE") { + library("Spring LDAP", "2.3.5.BUILD-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",