From 8e42dfce551269951f9d798e07d7c13cabf8b30e Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:04:30 -0800 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 6.0.7 Closes gh-33584 --- 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 7188fabf8bcb..eabc9667e5f6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1890,7 +1890,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.6") { + library("UnboundID LDAPSDK", "6.0.7") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"