From 3194edefbde8f1dff27da9f430d575c2a8f322a4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 17 Jun 2023 17:14:32 +0200 Subject: [PATCH] Upgrade to Spring LDAP 3.0.4 Closes gh-35741 --- 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 fd6d70cd35a..d192533835c 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-SNAPSHOT") { + library("Spring LDAP", "3.0.4") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",