From bef675ded00d86763bac20fa68fe83e0f6bfea24 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:29 +0100 Subject: [PATCH] Upgrade to UnboundID LDAPSDK 6.0.5 Closes gh-30942 --- 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 3d467c92316..816c4063c6d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1895,7 +1895,7 @@ bom { ] } } - library("UnboundID LDAPSDK", "6.0.4") { + library("UnboundID LDAPSDK", "6.0.5") { group("com.unboundid") { modules = [ "unboundid-ldapsdk"