From 6e2be8b284d5c24dc4114045982d5a090632ce51 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 16:32:24 +0000 Subject: [PATCH] Upgrade to Spring LDAP 3.0.1 Closes gh-34303 --- 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 8015f88c72..4437a74088 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1379,7 +1379,7 @@ bom { ] } } - library("Spring LDAP", "3.0.0") { + library("Spring LDAP", "3.0.1") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",