From aa1de9cee2e91fdd57826175999e5adb23c0bfa3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 14:11:29 +0000 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 6.0.11 Closes gh-38793 --- 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 0e4be3e7b412..55e0cb0aeada 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1573,7 +1573,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.10") { + library("UnboundID LDAPSDK", "6.0.11") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"