From 9233d7f2cfffed504e8e20da58216907c9bb675a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 12:14:52 +0100 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 6.0.10 Closes gh-37791 --- 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 c91b4211d8..de77ffdd30 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1698,7 +1698,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.9") { + library("UnboundID LDAPSDK", "6.0.10") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"