From 41f5cd3fdeb891436d7adc4f7ef0ed9df6721e74 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 21 Dec 2022 08:47:18 -0800 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 6.0.7 Closes gh-33607 --- 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 c3fb86faa906..62b6d37b22ac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1497,7 +1497,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.6") { + library("UnboundID LDAPSDK", "6.0.7") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"