From f8bf09ff02fb0c4b2ecbb8ae03e4db98b1f64567 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 15 May 2021 08:44:26 +0100 Subject: [PATCH 1/2] Upgrade to Spring LDAP 2.3.4.RELEASE Closes gh-25528 --- 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 22a9acff64..c0326b2f65 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1702,7 +1702,7 @@ bom { ] } } - library("Spring LDAP", "2.3.3.RELEASE") { + library("Spring LDAP", "2.3.4.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From fbc629a8e7469dfe96066e08d5303af2101a1de3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 15 May 2021 08:48:24 +0100 Subject: [PATCH 2/2] Upgrade to Spring LDAP 2.3.4.RELEASE Closes gh-26393 --- 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 a3bb45ff5d..a067896e81 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1594,7 +1594,7 @@ bom { ] } } - library("Spring LDAP", "2.3.4.BUILD-SNAPSHOT") { + library("Spring LDAP", "2.3.4.RELEASE") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",