From aad34aee28bd9cd3289c312405c5ef14d368e26a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Aug 2023 10:41:30 +0200 Subject: [PATCH] Start building against Spring LDAP 3.0.5 snapshots See gh-36836 --- 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 9d75a721a46a..e61d3a08cc82 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1392,7 +1392,7 @@ bom { ] } } - library("Spring LDAP", "3.0.4") { + library("Spring LDAP", "3.0.5-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",