From 9fc8851b53aeb336ac30ee2431861762337e241d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 14 Apr 2023 08:59:49 +0100 Subject: [PATCH] Upgrade to Spring LDAP 3.1.0-RC1 Closes gh-34986 --- 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 14ea8758ff..b12cb1fbfe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1391,7 +1391,7 @@ bom { ] } } - library("Spring LDAP", "3.0.1") { + library("Spring LDAP", "3.1.0-RC1") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",