From 29d502da5bbe2cbd72d7699fabc6c71e4eb307f6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 11 Feb 2022 09:27:05 +0100 Subject: [PATCH] Start building against Spring LDAP 2.3.6 snapshots See gh-29710 --- 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 070c663d52..8028b6f75a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1698,7 +1698,7 @@ bom { ] } } - library("Spring LDAP", "2.3.5.RELEASE") { + library("Spring LDAP", "2.3.6.BUILD-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",