From 5db3934e2a77b5c7d2b6f400604f9a5dc51da400 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Apr 2023 13:24:58 +0200 Subject: [PATCH] Start building against Spring LDAP 3.0.2 snapshots See gh-34904 --- 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 3b62f4f40e51..094585d0acad 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.1") { + library("Spring LDAP", "3.0.2-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",