From d7f4a8ca6a9782f70af7b4a177274add56e04e27 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 17:08:52 +0000 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 6.0.11 Closes gh-38816 --- 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 ee91c194b6..3acec34c13 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1696,7 +1696,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.10") { + library("UnboundID LDAPSDK", "6.0.11") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"