From 436366eedf50fd1ab0670149e6cd04c47aed9748 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 19 Sep 2022 16:45:14 +0200 Subject: [PATCH] Upgrade to Spring LDAP 3.0.0-M4 Closes gh-32105 --- 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 4455a17bd3f..8b2342ceeee 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1451,7 +1451,7 @@ bom { ] } } - library("Spring LDAP", "3.0.0-SNAPSHOT") { + library("Spring LDAP", "3.0.0-M4") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",