From 971c6bc8bff4c1b7298fc6e041b54a457908af63 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 16:05:47 +0000 Subject: [PATCH] Start building against Spring LDAP 3.0.1 snapshots See gh-34154 --- 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 b57912e50f..4cb3095fe1 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.0") { + library("Spring LDAP", "3.0.1-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",